#AA66A4

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

Shades of Violet Blue #AA66A4

Tints of Violet Blue #AA66A4

Color information

#AA66A4 (or 0xAA66A4) is unknown color: approx Violet Blue. HEX triplet: AA, 66 and A4. RGB value is (170,102,164). Sum of RGB (Red+Green+Blue) = 170+102+164=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA66A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA66A4 is #55995B. Grayscale: #818181. Windows color (decimal): -5609820 or 10774186. OLE color: 10774186.

HSL color Cylindrical-coordinate representation of color #AA66A4: hue angle of 305.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA66A4 is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB170102164-
CMYK00.40.040.33
HSL305.29º28.57%53.33%-
HSV(B)305.29º40%66.67%-
XYZ28.0320.7337.65-
YUV129.4147.53156.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=38.99%
G=23.39%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010216400.40.040.33305.2928.5753.33
HexAA66A40284211311d35
Octal2521462440504414613565
Binary10101010110011010100100010100010010000110011000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66A4; }

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

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

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

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

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

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

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

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