#A31B9C

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

Shades of Dark Magenta #A31B9C

Tints of Dark Magenta #A31B9C

Color information

#A31B9C (or 0xA31B9C) is unknown color: approx Dark Magenta. HEX triplet: A3, 1B and 9C. RGB value is (163,27,156). Sum of RGB (Red+Green+Blue) = 163+27+156=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31B9C is #5CE463. Grayscale: #515151. Windows color (decimal): -6087780 or 10230691. OLE color: 10230691.

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

Color convert

RGB16327156-
CMYK00.830.040.36
HSL303.09º71.58%37.25%-
HSV(B)303.09º83.44%63.92%-
XYZ21.510.9732.44-
YUV82.37169.56185.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 27 (10.94% from 255) = 7.80%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=47.11%
G=7.80%
B=45.09%

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
Decimal1632715600.830.040.36303.0971.5837.25
HexA31B9C05342412f4825
Octal24333234012344445711045
Binary101000111101110011100010100111001001001001011111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B9C; }

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

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

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

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

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

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

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

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