#AA229C

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

Shades of Medium Red Violet #AA229C

Tints of Medium Red Violet #AA229C

Color information

#AA229C (or 0xAA229C) is unknown color: approx Medium Red Violet. HEX triplet: AA, 22 and 9C. RGB value is (170,34,156). Sum of RGB (Red+Green+Blue) = 170+34+156=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA229C is #55DD63. Grayscale: #585858. Windows color (decimal): -5627236 or 10232490. OLE color: 10232490.

HSL color Cylindrical-coordinate representation of color #AA229C: hue angle of 306.18º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA229C is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17034156-
CMYK00.800.080.33
HSL306.18º66.67%40%-
HSV(B)306.18º80%66.67%-
XYZ23.1512.0932.57-
YUV88.57166.06186.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 34 (13.67% from 255) = 9.44%
BLUE value IS 156 (61.33% from 255) = 43.33%
R=47.22%
G=9.44%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703415600.800.080.33306.1866.6740
HexAA229C0508211324328
Octal252422340120104146210350
Binary10101010100010100111000101000010001000011001100101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA229C; }

 p { color: rgb(170,34,156); }

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

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

 a { background-color: rgb(170,34,156); }

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

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

 span { border-color: rgb(170,34,156); }

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