#AB66AC

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

Shades of Violet Blue #AB66AC

Tints of Violet Blue #AB66AC

Color information

#AB66AC (or 0xAB66AC) is unknown color: approx Violet Blue. HEX triplet: AB, 66 and AC. RGB value is (171,102,172). Sum of RGB (Red+Green+Blue) = 171+102+172=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB66AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB66AC is #549953. Grayscale: #828282. Windows color (decimal): -5544276 or 11298475. OLE color: 11298475.

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

Color convert

RGB171102172-
CMYK0.010.4100.33
HSL299.14º29.66%53.73%-
HSV(B)299.14º40.7%67.45%-
XYZ28.9921.1441.58-
YUV130.61151.36156.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=38.43%
G=22.92%
B=38.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711021720.010.4100.33299.1429.6653.73
HexAB66AC12902112b1e36
Octal2531462541510414533666
Binary101010111100110101011001101001010000110010101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB66AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB66AC; }

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

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

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

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

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

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

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

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