#A31C9C

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

Shades of Dark Magenta #A31C9C

Tints of Dark Magenta #A31C9C

Color information

#A31C9C (or 0xA31C9C) is unknown color: approx Dark Magenta. HEX triplet: A3, 1C and 9C. RGB value is (163,28,156). Sum of RGB (Red+Green+Blue) = 163+28+156=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31C9C is #5CE363. Grayscale: #525252. Windows color (decimal): -6087524 or 10230947. OLE color: 10230947.

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

Color convert

RGB16328156-
CMYK00.830.040.36
HSL303.11º70.68%37.45%-
HSV(B)303.11º82.82%63.92%-
XYZ21.5211.0232.44-
YUV82.96169.23185.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 28 (11.33% from 255) = 8.07%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=46.97%
G=8.07%
B=44.96%

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
Decimal1632815600.830.040.36303.1170.6837.45
HexA31C9C05342412f4725
Octal24334234012344445710745
Binary101000111110010011100010100111001001001001011111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31C9C; }

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

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

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

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

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

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

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

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