#AA4AAE

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

Shades of Violet Blue #AA4AAE

Tints of Violet Blue #AA4AAE

Color information

#AA4AAE (or 0xAA4AAE) is unknown color: approx Violet Blue. HEX triplet: AA, 4A and AE. RGB value is (170,74,174). Sum of RGB (Red+Green+Blue) = 170+74+174=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA4AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AAE is #55B551. Grayscale: #717171. Windows color (decimal): -5616978 or 11422378. OLE color: 11422378.

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

Color convert

RGB17074174-
CMYK0.020.5700.32
HSL297.6º40.32%48.63%-
HSV(B)297.6º57.47%68.24%-
XYZ26.6716.541.82-
YUV114.1161.8167.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 74 (29.30% from 255) = 17.70%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=40.67%
G=17.70%
B=41.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170741740.020.5700.32297.640.3248.63
HexAA4AAE23902012a2831
Octal2521122562710404525061
Binary10101010100101010101110101110010100000100101010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4AAE; }

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

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

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

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

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

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

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

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