#AB66B6

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

Shades of Violet Blue #AB66B6

Tints of Violet Blue #AB66B6

Color information

#AB66B6 (or 0xAB66B6) is unknown color: approx Violet Blue. HEX triplet: AB, 66 and B6. RGB value is (171,102,182). Sum of RGB (Red+Green+Blue) = 171+102+182=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB66B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66B6 is #549949. Grayscale: #838383. Windows color (decimal): -5544266 or 11953835. OLE color: 11953835.

HSL color Cylindrical-coordinate representation of color #AB66B6: hue angle of 291.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB66B6 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171102182-
CMYK0.060.4400.29
HSL291.75º35.4%55.69%-
HSV(B)291.75º43.96%71.37%-
XYZ29.9921.5446.83-
YUV131.75156.36156-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 182 (71.48% from 255) = 40%
R=37.58%
G=22.42%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711021820.060.4400.29291.7535.455.69
HexAB66B662C01D1242338
Octal2531462666540354444370
Binary10101011110011010110110110101100011101100100100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB66B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB66B6; }

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

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

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

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

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

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

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

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