#A866AB

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

Shades of Violet Blue #A866AB

Tints of Violet Blue #A866AB

Color information

#A866AB (or 0xA866AB) is unknown color: approx Violet Blue. HEX triplet: A8, 66 and AB. RGB value is (168,102,171). Sum of RGB (Red+Green+Blue) = 168+102+171=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #A866AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A866AB is #579954. Grayscale: #818181. Windows color (decimal): -5740885 or 11232936. OLE color: 11232936.

HSL color Cylindrical-coordinate representation of color #A866AB: hue angle of 297.39º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A866AB is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168102171-
CMYK0.020.4000.33
HSL297.39º29.11%53.53%-
HSV(B)297.39º40.35%67.06%-
XYZ28.2520.7741.05-
YUV129.6151.37155.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=38.10%
G=23.13%
B=38.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681021710.020.4000.33297.3929.1153.53
HexA866AB2280211291d36
Octal2501462532500414513566
Binary1010100011001101010101110101000010000110010100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A866AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A866AB; }

 p { color: rgb(168,102,171); }

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

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

 a { background-color: rgb(168,102,171); }

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

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

 span { border-color: rgb(168,102,171); }

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