#AA41AE

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

Shades of Violet Blue #AA41AE

Tints of Violet Blue #AA41AE

Color information

#AA41AE (or 0xAA41AE) is unknown color: approx Violet Blue. HEX triplet: AA, 41 and AE. RGB value is (170,65,174). Sum of RGB (Red+Green+Blue) = 170+65+174=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA41AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA41AE is #55BE51. Grayscale: #6C6C6C. Windows color (decimal): -5619282 or 11420074. OLE color: 11420074.

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

Color convert

RGB17065174-
CMYK0.020.6300.32
HSL297.8º45.61%46.86%-
HSV(B)297.8º62.64%68.24%-
XYZ26.1115.3841.64-
YUV108.82164.79171.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 65 (25.78% from 255) = 15.89%
BLUE value IS 174 (68.36% from 255) = 42.54%
R=41.56%
G=15.89%
B=42.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170651740.020.6300.32297.845.6146.86
HexAA41AE23F02012a2e2f
Octal2521012562770404525657
Binary10101010100000110101110101111110100000100101010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA41AE; }

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

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

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

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

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

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

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

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