#AA66AC

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

Shades of Violet Blue #AA66AC

Tints of Violet Blue #AA66AC

Color information

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

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

Color convert

RGB170102172-
CMYK0.010.4100.33
HSL298.29º29.66%53.73%-
HSV(B)298.29º40.7%67.45%-
XYZ28.7821.0341.57-
YUV130.31151.53156.31-

RGB Variations

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

RGB

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

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
Decimal1701021720.010.4100.33298.2929.6653.73
HexAA66AC12902112a1e36
Octal2521462541510414523666
Binary101010101100110101011001101001010000110010101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66AC; }

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

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

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

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

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

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

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

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