#AA29A5

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

Shades of Medium Red Violet #AA29A5

Tints of Medium Red Violet #AA29A5

Color information

#AA29A5 (or 0xAA29A5) is unknown color: approx Medium Red Violet. HEX triplet: AA, 29 and A5. RGB value is (170,41,165). Sum of RGB (Red+Green+Blue) = 170+41+165=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA29A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA29A5 is #55D65A. Grayscale: #5D5D5D. Windows color (decimal): -5625435 or 10824106. OLE color: 10824106.

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

Color convert

RGB17041165-
CMYK00.760.030.33
HSL302.33º61.14%41.37%-
HSV(B)302.33º75.88%66.67%-
XYZ24.1612.8536.8-
YUV93.71168.24182.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 41 (16.41% from 255) = 10.90%
BLUE value IS 165 (64.84% from 255) = 43.88%
R=45.21%
G=10.90%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704116500.760.030.33302.3361.1441.37
HexAA29A504C32112e3d29
Octal2525124501143414567551
Binary10101010101001101001010100110011100001100101110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA29A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA29A5; }

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

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

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

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

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

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

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

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