#A31D85

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

Shades of Dark Purple #A31D85

Tints of Dark Purple #A31D85

Color information

#A31D85 (or 0xA31D85) is unknown color: approx Dark Purple. HEX triplet: A3, 1D and 85. RGB value is (163,29,133). Sum of RGB (Red+Green+Blue) = 163+29+133=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31D85 is #5CE27A. Grayscale: #505050. Windows color (decimal): -6087291 or 8723875. OLE color: 8723875.

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

Color convert

RGB16329133-
CMYK00.820.180.36
HSL313.43º69.79%37.65%-
HSV(B)313.43º82.21%63.92%-
XYZ19.7810.3623.15-
YUV80.92157.39186.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 29 (11.72% from 255) = 8.92%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=50.15%
G=8.92%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632913300.820.180.36313.4369.7937.65
HexA31D8505212241394626
Octal243352050122224447110646
Binary10100011111011000010101010010100101001001001110011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31D85; }

 p { color: rgb(163,29,133); }

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

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

 a { background-color: rgb(163,29,133); }

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

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

 span { border-color: rgb(163,29,133); }

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