#A22A78

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

Shades of Medium Red Violet #A22A78

Tints of Medium Red Violet #A22A78

Color information

#A22A78 (or 0xA22A78) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2A and 78. RGB value is (162,42,120). Sum of RGB (Red+Green+Blue) = 162+42+120=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22A78 is #5DD587. Grayscale: #565656. Windows color (decimal): -6149512 or 7875234. OLE color: 7875234.

HSL color Cylindrical-coordinate representation of color #A22A78: hue angle of 321º 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 #A22A78 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16242120-
CMYK00.740.260.36
HSL321º58.82%40%-
HSV(B)321º74.07%63.53%-
XYZ19.1210.6918.83-
YUV86.77146.76181.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 12.96%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=50%
G=12.96%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624212000.740.260.3632158.8240
HexA22A7804A1A241413b28
Octal24252170011232445017350
Binary1010001010101011110000100101011010100100101000001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A78; }

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

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

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

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

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

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

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

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