#A31E97

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

Shades of Dark Magenta #A31E97

Tints of Dark Magenta #A31E97

Color information

#A31E97 (or 0xA31E97) is unknown color: approx Dark Magenta. HEX triplet: A3, 1E and 97. RGB value is (163,30,151). Sum of RGB (Red+Green+Blue) = 163+30+151=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31E97 is #5CE168. Grayscale: #535353. Windows color (decimal): -6087017 or 9903779. OLE color: 9903779.

HSL color Cylindrical-coordinate representation of color #A31E97: hue angle of 305.41º degrees, saturation: 0.69, 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 #A31E97 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16330151-
CMYK00.820.070.36
HSL305.41º68.91%37.84%-
HSV(B)305.41º81.6%63.92%-
XYZ21.1510.9530.28-
YUV83.56166.06184.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 30 (12.11% from 255) = 8.72%
BLUE value IS 151 (59.38% from 255) = 43.90%
R=47.38%
G=8.72%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633015100.820.070.36305.4168.9137.84
HexA31E970527241314526
Octal24336227012274446110546
Binary101000111111010010111010100101111001001001100011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31E97; }

 p { color: rgb(163,30,151); }

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

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

 a { background-color: rgb(163,30,151); }

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

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

 span { border-color: rgb(163,30,151); }

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