#AA4EAE

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

Shades of Violet Blue #AA4EAE

Tints of Violet Blue #AA4EAE

Color information

#AA4EAE (or 0xAA4EAE) is unknown color: approx Violet Blue. HEX triplet: AA, 4E and AE. RGB value is (170,78,174). Sum of RGB (Red+Green+Blue) = 170+78+174=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA4EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4EAE is #55B151. Grayscale: #747474. Windows color (decimal): -5615954 or 11423402. OLE color: 11423402.

HSL color Cylindrical-coordinate representation of color #AA4EAE: hue angle of 297.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4EAE is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17078174-
CMYK0.020.5500.32
HSL297.5º38.1%49.41%-
HSV(B)297.5º55.17%68.24%-
XYZ26.9417.0541.92-
YUV116.45160.48166.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 78 (30.86% from 255) = 18.48%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=40.28%
G=18.48%
B=41.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170781740.020.5500.32297.538.149.41
HexAA4EAE23702012a2631
Octal2521162562670404524661
Binary10101010100111010101110101101110100000100101010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4EAE; }

 p { color: rgb(170,78,174); }

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

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

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

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

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

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

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