#A31387

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

Shades of Dark Purple #A31387

Tints of Dark Purple #A31387

Color information

#A31387 (or 0xA31387) is unknown color: approx Dark Purple. HEX triplet: A3, 13 and 87. RGB value is (163,19,135). Sum of RGB (Red+Green+Blue) = 163+19+135=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A31387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31387 is #5CEC78. Grayscale: #4A4A4A. Windows color (decimal): -6089849 or 8852387. OLE color: 8852387.

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

Color convert

RGB16319135-
CMYK00.880.170.36
HSL311.67º79.12%35.69%-
HSV(B)311.67º88.34%63.92%-
XYZ19.711023.81-
YUV75.28161.71190.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.42%
GREEN value IS 19 (7.81% from 255) = 5.99%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=51.42%
G=5.99%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631913500.880.170.36311.6779.1235.69
HexA3138705811241384f24
Octal243232070130214447011744
Binary10100011100111000011101011000100011001001001110001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31387; }

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

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

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

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

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

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

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

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