#AA6EA2

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

Shades of Violet Blue #AA6EA2

Tints of Violet Blue #AA6EA2

Color information

#AA6EA2 (or 0xAA6EA2) is unknown color: approx Violet Blue. HEX triplet: AA, 6E and A2. RGB value is (170,110,162). Sum of RGB (Red+Green+Blue) = 170+110+162=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6EA2 is #55915D. Grayscale: #858585. Windows color (decimal): -5607774 or 10645162. OLE color: 10645162.

HSL color Cylindrical-coordinate representation of color #AA6EA2: hue angle of 308º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA6EA2 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB170110162-
CMYK00.350.050.33
HSL308º26.09%54.9%-
HSV(B)308º35.29%66.67%-
XYZ28.6822.3136.98-
YUV133.87143.88153.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 162 (63.67% from 255) = 36.65%
R=38.46%
G=24.89%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011016200.350.050.3330826.0954.9
HexAA6EA20235211341a37
Octal2521562420435414643267
Binary10101010110111010100010010001110110000110011010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6EA2; }

 p { color: rgb(170,110,162); }

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

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

 a { background-color: rgb(170,110,162); }

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

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

 span { border-color: rgb(170,110,162); }

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