#AA66A0

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

Shades of Violet Blue #AA66A0

Tints of Violet Blue #AA66A0

Color information

#AA66A0 (or 0xAA66A0) is unknown color: approx Violet Blue. HEX triplet: AA, 66 and A0. RGB value is (170,102,160). Sum of RGB (Red+Green+Blue) = 170+102+160=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA66A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA66A0 is #55995F. Grayscale: #808080. Windows color (decimal): -5609824 or 10512042. OLE color: 10512042.

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

Color convert

RGB170102160-
CMYK00.40.060.33
HSL308.82º28.57%53.33%-
HSV(B)308.82º40%66.67%-
XYZ27.6720.5935.77-
YUV128.94145.53157.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 160 (62.89% from 255) = 37.04%
R=39.35%
G=23.61%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010216000.40.060.33308.8228.5753.33
HexAA66A00286211351d35
Octal2521462400506414653565
Binary10101010110011010100000010100011010000110011010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66A0; }

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

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

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

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

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

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

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

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