#a81987

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

Shades of Medium Violet Red #A81987

Tints of Medium Violet Red #A81987

Color information

#A81987 (or 0xA81987) is unknown color: approx Medium Violet Red. HEX triplet: A8, 19 and 87. RGB value is (168,25,135). Sum of RGB (Red+Green+Blue) = 168+25+135=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A81987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81987 is #57E678. Grayscale: #505050. Windows color (decimal): -5760633 or 8853928. OLE color: 8853928.

HSL color Cylindrical-coordinate representation of color #A81987: hue angle of 313.85º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81987 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB16825135-
CMYK00.850.200.34
HSL313.85º74.09%37.84%-
HSV(B)313.85º85.12%65.88%-
XYZ20.8710.7723.9-
YUV80.3158.88190.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.22%
GREEN value IS 25 (10.16% from 255) = 7.62%
BLUE value IS 135 (53.12% from 255) = 41.16%
R=51.22%
G=7.62%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682513500.850.200.34313.8574.0937.84
HexA81987055142213a4a26
Octal250312070125244247211246
Binary10101000110011000011101010101101001000101001110101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a81987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a81987; }

 p { color: rgb(168,25,135); }

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

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

 a { background-color: rgb(168,25,135); }

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

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

 span { border-color: rgb(168,25,135); }

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