#AC66A9

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

Shades of Violet Blue #AC66A9

Tints of Violet Blue #AC66A9

Color information

#AC66A9 (or 0xAC66A9) is unknown color: approx Violet Blue. HEX triplet: AC, 66 and A9. RGB value is (172,102,169). Sum of RGB (Red+Green+Blue) = 172+102+169=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC66A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC66A9 is #539956. Grayscale: #828282. Windows color (decimal): -5478743 or 11101868. OLE color: 11101868.

HSL color Cylindrical-coordinate representation of color #AC66A9: hue angle of 302.57º 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 #AC66A9 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB172102169-
CMYK00.410.020.33
HSL302.57º29.66%53.73%-
HSV(B)302.57º40.7%67.45%-
XYZ28.9321.1440.09-
YUV130.57149.69157.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 169 (66.41% from 255) = 38.15%
R=38.83%
G=23.02%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210216900.410.020.33302.5729.6653.73
HexAC66A902922112f1e36
Octal2541462510512414573666
Binary1010110011001101010100101010011010000110010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66A9; }

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

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

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

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

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

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

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

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