#A31987

Color #A31987 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A31987

Tints of Dark Purple #A31987

Color information

#A31987 (or 0xA31987) is unknown color: approx Dark Purple. HEX triplet: A3, 19 and 87. RGB value is (163,25,135). Sum of RGB (Red+Green+Blue) = 163+25+135=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A31987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31987 is #5CE678. Grayscale: #4E4E4E. Windows color (decimal): -6088313 or 8853923. OLE color: 8853923.

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

Color convert

RGB16325135-
CMYK00.850.170.36
HSL312.17º73.4%36.86%-
HSV(B)312.17º84.66%63.92%-
XYZ19.8310.2323.85-
YUV78.8159.72188.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 25 (10.16% from 255) = 7.74%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=50.46%
G=7.74%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632513500.850.170.36312.1773.436.86
HexA3198705511241384925
Octal243312070125214447011145
Binary10100011110011000011101010101100011001001001110001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31987; }

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

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

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

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

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

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

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

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