#A22A79

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

Shades of Medium Red Violet #A22A79

Tints of Medium Red Violet #A22A79

Color information

#A22A79 (or 0xA22A79) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2A and 79. RGB value is (162,42,121). Sum of RGB (Red+Green+Blue) = 162+42+121=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22A79 is #5DD586. Grayscale: #565656. Windows color (decimal): -6149511 or 7940770. OLE color: 7940770.

HSL color Cylindrical-coordinate representation of color #A22A79: hue angle of 320.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22A79 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16242121-
CMYK00.740.250.36
HSL320.5º58.82%40%-
HSV(B)320.5º74.07%63.53%-
XYZ19.1810.7219.15-
YUV86.89147.26181.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 42 (16.80% from 255) = 12.92%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=49.85%
G=12.92%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624212100.740.250.36320.558.8240
HexA22A7904A19241403b28
Octal24252171011231445007350
Binary1010001010101011110010100101011001100100101000000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A79; }

 p { color: rgb(162,42,121); }

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

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

 a { background-color: rgb(162,42,121); }

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

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

 span { border-color: rgb(162,42,121); }

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