#AA229D

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

Shades of Medium Red Violet #AA229D

Tints of Medium Red Violet #AA229D

Color information

#AA229D (or 0xAA229D) is unknown color: approx Medium Red Violet. HEX triplet: AA, 22 and 9D. RGB value is (170,34,157). Sum of RGB (Red+Green+Blue) = 170+34+157=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA229D is #55DD62. Grayscale: #585858. Windows color (decimal): -5627235 or 10298026. OLE color: 10298026.

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

Color convert

RGB17034157-
CMYK00.800.080.33
HSL305.74º66.67%40%-
HSV(B)305.74º80%66.67%-
XYZ23.2412.1233.01-
YUV88.69166.56186-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 34 (13.67% from 255) = 9.42%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=47.09%
G=9.42%
B=43.49%

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
Decimal1703415700.800.080.33305.7466.6740
HexAA229D0508211324328
Octal252422350120104146210350
Binary10101010100010100111010101000010001000011001100101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA229D; }

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

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

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

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

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

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

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

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