#A22C79

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

Shades of Medium Red Violet #A22C79

Tints of Medium Red Violet #A22C79

Color information

#A22C79 (or 0xA22C79) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2C and 79. RGB value is (162,44,121). Sum of RGB (Red+Green+Blue) = 162+44+121=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22C79 is #5DD386. Grayscale: #575757. Windows color (decimal): -6148999 or 7941282. OLE color: 7941282.

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

Color convert

RGB16244121-
CMYK00.730.250.36
HSL320.85º57.28%40.39%-
HSV(B)320.85º72.84%63.53%-
XYZ19.2510.8619.17-
YUV88.06146.59180.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 44 (17.58% from 255) = 13.46%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=49.54%
G=13.46%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624412100.730.250.36320.8557.2840.39
HexA22C7904919241413928
Octal24254171011131445017150
Binary1010001010110011110010100100111001100100101000001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C79; }

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

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

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

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

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

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

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

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