#A31486

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

Shades of Dark Purple #A31486

Tints of Dark Purple #A31486

Color information

#A31486 (or 0xA31486) is unknown color: approx Dark Purple. HEX triplet: A3, 14 and 86. RGB value is (163,20,134). Sum of RGB (Red+Green+Blue) = 163+20+134=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A31486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31486 is #5CEB79. Grayscale: #4B4B4B. Windows color (decimal): -6089594 or 8787107. OLE color: 8787107.

HSL color Cylindrical-coordinate representation of color #A31486: hue angle of 312.17º degrees, saturation: 0.78, 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 #A31486 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16320134-
CMYK00.880.180.36
HSL312.17º78.14%35.88%-
HSV(B)312.17º87.73%63.92%-
XYZ19.6610.0123.45-
YUV75.75160.88190.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.42%
GREEN value IS 20 (8.20% from 255) = 6.31%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=51.42%
G=6.31%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632013400.880.180.36312.1778.1435.88
HexA3148605812241384e24
Octal243242060130224447011644
Binary10100011101001000011001011000100101001001001110001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31486; }

 p { color: rgb(163,20,134); }

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

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

 a { background-color: rgb(163,20,134); }

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

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

 span { border-color: rgb(163,20,134); }

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