#AA229E

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

Shades of Medium Red Violet #AA229E

Tints of Medium Red Violet #AA229E

Color information

#AA229E (or 0xAA229E) is unknown color: approx Medium Red Violet. HEX triplet: AA, 22 and 9E. RGB value is (170,34,158). Sum of RGB (Red+Green+Blue) = 170+34+158=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA229E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA229E is #55DD61. Grayscale: #585858. Windows color (decimal): -5627234 or 10363562. OLE color: 10363562.

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

Color convert

RGB17034158-
CMYK00.800.070.33
HSL305.29º66.67%40%-
HSV(B)305.29º80%66.67%-
XYZ23.3212.1633.47-
YUV88.8167.06185.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 34 (13.67% from 255) = 9.39%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=46.96%
G=9.39%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703415800.800.070.33305.2966.6740
HexAA229E0507211314328
Octal25242236012074146110350
Binary1010101010001010011110010100001111000011001100011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA229E; }

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

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

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

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

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

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

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

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