#AC66A6

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

Shades of Violet Blue #AC66A6

Tints of Violet Blue #AC66A6

Color information

#AC66A6 (or 0xAC66A6) is unknown color: approx Violet Blue. HEX triplet: AC, 66 and A6. RGB value is (172,102,166). Sum of RGB (Red+Green+Blue) = 172+102+166=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC66A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC66A6 is #539959. Grayscale: #828282. Windows color (decimal): -5478746 or 10905260. OLE color: 10905260.

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

Color convert

RGB172102166-
CMYK00.410.030.33
HSL305.14º29.66%53.73%-
HSV(B)305.14º40.7%67.45%-
XYZ28.6521.0338.63-
YUV130.23148.19157.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 166 (65.23% from 255) = 37.73%
R=39.09%
G=23.18%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210216600.410.030.33305.1429.6653.73
HexAC66A60293211311e36
Octal2541462460513414613666
Binary1010110011001101010011001010011110000110011000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66A6; }

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

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

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

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

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

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

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

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