#A22F83

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

Shades of Medium Red Violet #A22F83

Tints of Medium Red Violet #A22F83

Color information

#A22F83 (or 0xA22F83) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2F and 83. RGB value is (162,47,131). Sum of RGB (Red+Green+Blue) = 162+47+131=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22F83 is #5DD07C. Grayscale: #5A5A5A. Windows color (decimal): -6148221 or 8597410. OLE color: 8597410.

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

Color convert

RGB16247131-
CMYK00.710.190.36
HSL316.17º55.02%40.98%-
HSV(B)316.17º70.99%63.53%-
XYZ20.0111.3522.61-
YUV90.96150.6178.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 47 (18.75% from 255) = 13.82%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=47.65%
G=13.82%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624713100.710.190.36316.1755.0240.98
HexA22F83047132413c3729
Octal24257203010723444746751
Binary10100010101111100000110100011110011100100100111100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F83; }

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

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

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

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

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

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

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

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