#AA29A7

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

Shades of Medium Red Violet #AA29A7

Tints of Medium Red Violet #AA29A7

Color information

#AA29A7 (or 0xAA29A7) is unknown color: approx Medium Red Violet. HEX triplet: AA, 29 and A7. RGB value is (170,41,167). Sum of RGB (Red+Green+Blue) = 170+41+167=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA29A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA29A7 is #55D658. Grayscale: #5D5D5D. Windows color (decimal): -5625433 or 10955178. OLE color: 10955178.

HSL color Cylindrical-coordinate representation of color #AA29A7: hue angle of 301.4º 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 #AA29A7 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17041167-
CMYK00.760.020.33
HSL301.4º61.14%41.37%-
HSV(B)301.4º75.88%66.67%-
XYZ24.3512.9237.77-
YUV93.93169.24182.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 41 (16.41% from 255) = 10.85%
BLUE value IS 167 (65.62% from 255) = 44.18%
R=44.97%
G=10.85%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704116700.760.020.33301.461.1441.37
HexAA29A704C22112d3d29
Octal2525124701142414557551
Binary10101010101001101001110100110010100001100101101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA29A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA29A7; }

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

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

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

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

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

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

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

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