#A31886

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

Shades of Dark Purple #A31886

Tints of Dark Purple #A31886

Color information

#A31886 (or 0xA31886) is unknown color: approx Dark Purple. HEX triplet: A3, 18 and 86. RGB value is (163,24,134). Sum of RGB (Red+Green+Blue) = 163+24+134=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A31886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31886 is #5CE779. Grayscale: #4D4D4D. Windows color (decimal): -6088570 or 8788131. OLE color: 8788131.

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

Color convert

RGB16324134-
CMYK00.850.180.36
HSL312.52º74.33%36.67%-
HSV(B)312.52º85.28%63.92%-
XYZ19.7310.1623.48-
YUV78.1159.55188.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 24 (9.77% from 255) = 7.48%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=50.78%
G=7.48%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632413400.850.180.36312.5274.3336.67
HexA3188605512241394a25
Octal243302060125224447111245
Binary10100011110001000011001010101100101001001001110011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31886; }

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

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

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

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

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

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

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

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