#A31C86

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

Shades of Dark Purple #A31C86

Tints of Dark Purple #A31C86

Color information

#A31C86 (or 0xA31C86) is unknown color: approx Dark Purple. HEX triplet: A3, 1C and 86. RGB value is (163,28,134). Sum of RGB (Red+Green+Blue) = 163+28+134=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31C86 is #5CE379. Grayscale: #505050. Windows color (decimal): -6087546 or 8789155. OLE color: 8789155.

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

Color convert

RGB16328134-
CMYK00.830.180.36
HSL312.89º70.68%37.45%-
HSV(B)312.89º82.82%63.92%-
XYZ19.8210.3423.5-
YUV80.45158.23186.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 28 (11.33% from 255) = 8.62%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=50.15%
G=8.62%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632813400.830.180.36312.8970.6837.45
HexA31C8605312241394725
Octal243342060123224447110745
Binary10100011111001000011001010011100101001001001110011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31C86; }

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

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

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

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

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

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

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

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