#AA2AA5

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

Shades of Medium Red Violet #AA2AA5

Tints of Medium Red Violet #AA2AA5

Color information

#AA2AA5 (or 0xAA2AA5) is unknown color: approx Medium Red Violet. HEX triplet: AA, 2A and A5. RGB value is (170,42,165). Sum of RGB (Red+Green+Blue) = 170+42+165=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2AA5 is #55D55A. Grayscale: #5D5D5D. Windows color (decimal): -5625179 or 10824362. OLE color: 10824362.

HSL color Cylindrical-coordinate representation of color #AA2AA5: hue angle of 302.34º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2AA5 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB17042165-
CMYK00.750.030.33
HSL302.34º60.38%41.57%-
HSV(B)302.34º75.29%66.67%-
XYZ24.212.9236.82-
YUV94.29167.91182-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 42 (16.80% from 255) = 11.14%
BLUE value IS 165 (64.84% from 255) = 43.77%
R=45.09%
G=11.14%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704216500.750.030.33302.3460.3841.57
HexAA2AA504B32112e3c2a
Octal2525224501133414567452
Binary10101010101010101001010100101111100001100101110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2AA5; }

 p { color: rgb(170,42,165); }

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

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

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

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

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

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

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