#A22986

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

Shades of Medium Red Violet #A22986

Tints of Medium Red Violet #A22986

Color information

#A22986 (or 0xA22986) is unknown color: approx Medium Red Violet. HEX triplet: A2, 29 and 86. RGB value is (162,41,134). Sum of RGB (Red+Green+Blue) = 162+41+134=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A22986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22986 is #5DD679. Grayscale: #575757. Windows color (decimal): -6149754 or 8792482. OLE color: 8792482.

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

Color convert

RGB16241134-
CMYK00.750.170.36
HSL313.88º59.61%39.8%-
HSV(B)313.88º74.69%63.53%-
XYZ2010.9923.62-
YUV87.78154.09180.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 41 (16.41% from 255) = 12.17%
BLUE value IS 134 (52.73% from 255) = 39.76%
R=48.07%
G=12.17%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624113400.750.170.36313.8859.6139.8
HexA2298604B112413a3c28
Octal24251206011321444727450
Binary10100010101001100001100100101110001100100100111010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22986; }

 p { color: rgb(162,41,134); }

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

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

 a { background-color: rgb(162,41,134); }

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

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

 span { border-color: rgb(162,41,134); }

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