#A22A84

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

Shades of Medium Red Violet #A22A84

Tints of Medium Red Violet #A22A84

Color information

#A22A84 (or 0xA22A84) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2A and 84. RGB value is (162,42,132). Sum of RGB (Red+Green+Blue) = 162+42+132=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22A84 is #5DD57B. Grayscale: #575757. Windows color (decimal): -6149500 or 8661666. OLE color: 8661666.

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

Color convert

RGB16242132-
CMYK00.740.190.36
HSL315º58.82%40%-
HSV(B)315º74.07%63.53%-
XYZ19.891122.91-
YUV88.14152.76180.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 42 (16.80% from 255) = 12.5%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=48.21%
G=12.5%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624213200.740.190.3631558.8240
HexA22A8404A132413b3b28
Octal24252204011223444737350
Binary10100010101010100001000100101010011100100100111011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A84; }

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

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

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

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

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

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

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

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