#AA5EAA

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

Shades of Violet Blue #AA5EAA

Tints of Violet Blue #AA5EAA

Color information

#AA5EAA (or 0xAA5EAA) is unknown color: approx Violet Blue. HEX triplet: AA, 5E and AA. RGB value is (170,94,170). Sum of RGB (Red+Green+Blue) = 170+94+170=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA5EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5EAA is #55A155. Grayscale: #7D7D7D. Windows color (decimal): -5611862 or 11165354. OLE color: 11165354.

HSL color Cylindrical-coordinate representation of color #AA5EAA: hue angle of 300º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5EAA is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17094170-
CMYK00.4500.33
HSL300º30.89%51.76%-
HSV(B)300º44.71%66.67%-
XYZ27.8419.4540.32-
YUV125.39153.18159.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 94 (37.11% from 255) = 21.66%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=39.17%
G=21.66%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709417000.4500.3330030.8951.76
HexAA5EAA02D02112c1f34
Octal2521362520550414543764
Binary101010101011110101010100101101010000110010110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5EAA; }

 p { color: rgb(170,94,170); }

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

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

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

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

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

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

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