#AB66B4

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

Shades of Violet Blue #AB66B4

Tints of Violet Blue #AB66B4

Color information

#AB66B4 (or 0xAB66B4) is unknown color: approx Violet Blue. HEX triplet: AB, 66 and B4. RGB value is (171,102,180). Sum of RGB (Red+Green+Blue) = 171+102+180=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB66B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66B4 is #54994B. Grayscale: #838383. Windows color (decimal): -5544268 or 11822763. OLE color: 11822763.

HSL color Cylindrical-coordinate representation of color #AB66B4: hue angle of 293.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB66B4 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171102180-
CMYK0.050.4300.29
HSL293.08º34.21%55.29%-
HSV(B)293.08º43.33%70.59%-
XYZ29.7821.4645.75-
YUV131.52155.36156.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=37.75%
G=22.52%
B=39.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711021800.050.4300.29293.0834.2155.29
HexAB66B452B01D1252237
Octal2531462645530354454267
Binary10101011110011010110100101101011011101100100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB66B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB66B4; }

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

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

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

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

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

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

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

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