#AC66A2

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

Shades of Violet Blue #AC66A2

Tints of Violet Blue #AC66A2

Color information

#AC66A2 (or 0xAC66A2) is unknown color: approx Violet Blue. HEX triplet: AC, 66 and A2. RGB value is (172,102,162). Sum of RGB (Red+Green+Blue) = 172+102+162=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC66A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC66A2 is #53995D. Grayscale: #818181. Windows color (decimal): -5478750 or 10643116. OLE color: 10643116.

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

Color convert

RGB172102162-
CMYK00.410.060.33
HSL308.57º29.66%53.73%-
HSV(B)308.57º40.7%67.45%-
XYZ28.2920.8836.72-
YUV129.77146.19158.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 162 (63.67% from 255) = 37.16%
R=39.45%
G=23.39%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210216200.410.060.33308.5729.6653.73
HexAC66A20296211351e36
Octal2541462420516414653666
Binary10101100110011010100010010100111010000110011010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66A2; }

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

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

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

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

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

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

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

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