#A22D84

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

Shades of Medium Red Violet #A22D84

Tints of Medium Red Violet #A22D84

Color information

#A22D84 (or 0xA22D84) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2D and 84. RGB value is (162,45,132). Sum of RGB (Red+Green+Blue) = 162+45+132=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22D84 is #5DD27B. Grayscale: #595959. Windows color (decimal): -6148732 or 8662434. OLE color: 8662434.

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

Color convert

RGB16245132-
CMYK00.720.190.36
HSL315.38º56.52%40.59%-
HSV(B)315.38º72.22%63.53%-
XYZ2011.2222.94-
YUV89.9151.76179.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=47.79%
G=13.27%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624513200.720.190.36315.3856.5240.59
HexA22D84048132413b3929
Octal24255204011023444737151
Binary10100010101101100001000100100010011100100100111011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22D84; }

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

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

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

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

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

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

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

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