#A31B9D

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

Shades of Dark Magenta #A31B9D

Tints of Dark Magenta #A31B9D

Color information

#A31B9D (or 0xA31B9D) is unknown color: approx Dark Magenta. HEX triplet: A3, 1B and 9D. RGB value is (163,27,157). Sum of RGB (Red+Green+Blue) = 163+27+157=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31B9D is #5CE462. Grayscale: #525252. Windows color (decimal): -6087779 or 10296227. OLE color: 10296227.

HSL color Cylindrical-coordinate representation of color #A31B9D: hue angle of 302.65º degrees, saturation: 0.72, 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 #A31B9D is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16327157-
CMYK00.830.040.36
HSL302.65º71.58%37.25%-
HSV(B)302.65º83.44%63.92%-
XYZ21.581132.88-
YUV82.48170.06185.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 27 (10.94% from 255) = 7.78%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=46.97%
G=7.78%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632715700.830.040.36302.6571.5837.25
HexA31B9D05342412f4825
Octal24333235012344445711045
Binary101000111101110011101010100111001001001001011111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B9D; }

 p { color: rgb(163,27,157); }

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

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

 a { background-color: rgb(163,27,157); }

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

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

 span { border-color: rgb(163,27,157); }

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