#A22F87

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

Shades of Medium Red Violet #A22F87

Tints of Medium Red Violet #A22F87

Color information

#A22F87 (or 0xA22F87) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2F and 87. RGB value is (162,47,135). Sum of RGB (Red+Green+Blue) = 162+47+135=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22F87 is #5DD078. Grayscale: #5B5B5B. Windows color (decimal): -6148217 or 8859554. OLE color: 8859554.

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

Color convert

RGB16247135-
CMYK00.710.170.36
HSL314.09º55.02%40.98%-
HSV(B)314.09º70.99%63.53%-
XYZ20.2911.4624.06-
YUV91.42152.6178.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 47 (18.75% from 255) = 13.66%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=47.09%
G=13.66%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624713500.710.170.36314.0955.0240.98
HexA22F87047112413a3729
Octal24257207010721444726751
Binary10100010101111100001110100011110001100100100111010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F87; }

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

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

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

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

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

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

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

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