#A22F81

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

Shades of Medium Red Violet #A22F81

Tints of Medium Red Violet #A22F81

Color information

#A22F81 (or 0xA22F81) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2F and 81. RGB value is (162,47,129). Sum of RGB (Red+Green+Blue) = 162+47+129=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22F81 is #5DD07E. Grayscale: #5A5A5A. Windows color (decimal): -6148223 or 8466338. OLE color: 8466338.

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

Color convert

RGB16247129-
CMYK00.710.200.36
HSL317.22º55.02%40.98%-
HSV(B)317.22º70.99%63.53%-
XYZ19.8811.321.9-
YUV90.73149.6178.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 47 (18.75% from 255) = 13.91%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=47.93%
G=13.91%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624712900.710.200.36317.2255.0240.98
HexA22F81047142413d3729
Octal24257201010724444756751
Binary10100010101111100000010100011110100100100100111101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F81; }

 p { color: rgb(162,47,129); }

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

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

 a { background-color: rgb(162,47,129); }

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

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

 span { border-color: rgb(162,47,129); }

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