#AC66AA

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

Shades of Violet Blue #AC66AA

Tints of Violet Blue #AC66AA

Color information

#AC66AA (or 0xAC66AA) is unknown color: approx Violet Blue. HEX triplet: AC, 66 and AA. RGB value is (172,102,170). Sum of RGB (Red+Green+Blue) = 172+102+170=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC66AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC66AA is #539955. Grayscale: #828282. Windows color (decimal): -5478742 or 11167404. OLE color: 11167404.

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

Color convert

RGB172102170-
CMYK00.410.010.33
HSL301.71º29.66%53.73%-
HSV(B)301.71º40.7%67.45%-
XYZ29.0221.1840.59-
YUV130.68150.19157.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=38.74%
G=22.97%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210217000.410.010.33301.7129.6653.73
HexAC66AA02912112e1e36
Octal2541462520511414563666
Binary101011001100110101010100101001110000110010111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66AA; }

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

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

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

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

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

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

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

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