#a31f80

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

Shades of Dark Purple #A31F80

Tints of Dark Purple #A31F80

Color information

#A31F80 (or 0xA31F80) is unknown color: approx Dark Purple. HEX triplet: A3, 1F and 80. RGB value is (163,31,128). Sum of RGB (Red+Green+Blue) = 163+31+128=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31F80 is #5CE07F. Grayscale: #515151. Windows color (decimal): -6086784 or 8396707. OLE color: 8396707.

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

Color convert

RGB16331128-
CMYK00.810.210.36
HSL315.91º68.04%38.04%-
HSV(B)315.91º80.98%63.92%-
XYZ19.4910.3321.39-
YUV81.53154.23186.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.62%
GREEN value IS 31 (12.5% from 255) = 9.63%
BLUE value IS 128 (50.39% from 255) = 39.75%
R=50.62%
G=9.63%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633112800.810.210.36315.9168.0438.04
HexA31F80051152413c4426
Octal243372000121254447410446
Binary10100011111111000000001010001101011001001001111001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31f80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31f80; }

 p { color: rgb(163,31,128); }

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

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

 a { background-color: rgb(163,31,128); }

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

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

 span { border-color: rgb(163,31,128); }

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