#A669AB

Color #A669AB Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A669AB

Tints of Violet Blue #A669AB

Color information

#A669AB (or 0xA669AB) is unknown color: approx Violet Blue. HEX triplet: A6, 69 and AB. RGB value is (166,105,171). Sum of RGB (Red+Green+Blue) = 166+105+171=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #A669AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A669AB is #599654. Grayscale: #828282. Windows color (decimal): -5871189 or 11233702. OLE color: 11233702.

HSL color Cylindrical-coordinate representation of color #A669AB: hue angle of 295.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A669AB is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166105171-
CMYK0.030.3900.33
HSL295.45º28.21%54.12%-
HSV(B)295.45º38.6%67.06%-
XYZ28.1321.1541.13-
YUV130.76150.71153.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=37.56%
G=23.76%
B=38.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661051710.030.3900.33295.4528.2154.12
HexA669AB3270211271c36
Octal2461512533470414473466
Binary1010011011010011010101111100111010000110010011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A669AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A669AB; }

 p { color: rgb(166,105,171); }

 H1.HeaderClassName
 {
   color: #A669AB;
 }
 .AnyTagClassName
 {
   color: #A669AB;
 }
</style>
background-color css

<style>
 a { background-color: #A669AB; }

 a { background-color: rgb(166,105,171); }

 div.DivClassName
 {
   background-color: #A669AB;
 }
 .BgClassName
 {
   background-color: #A669AB;
 }
</style>
border-color css

<style>
 span { border-color: #A669AB; }

 span { border-color: rgb(166,105,171); }

 td.TdClassName
 {
   border-color: #A669AB;
 }
 .TagClassName
 {
   border-color: #A669AB;
 }
</style>