#A31EA1

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

Shades of Dark Magenta #A31EA1

Tints of Dark Magenta #A31EA1

Color information

#A31EA1 (or 0xA31EA1) is unknown color: approx Dark Magenta. HEX triplet: A3, 1E and A1. RGB value is (163,30,161). Sum of RGB (Red+Green+Blue) = 163+30+161=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A31EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31EA1 is #5CE15E. Grayscale: #545454. Windows color (decimal): -6087007 or 10559139. OLE color: 10559139.

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

Color convert

RGB16330161-
CMYK00.820.010.36
HSL300.9º68.91%37.84%-
HSV(B)300.9º81.6%63.92%-
XYZ2211.2934.74-
YUV84.7171.06183.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.05%
GREEN value IS 30 (12.11% from 255) = 8.47%
BLUE value IS 161 (63.28% from 255) = 45.48%
R=46.05%
G=8.47%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633016100.820.010.36300.968.9137.84
HexA31EA105212412d4526
Octal24336241012214445510546
Binary1010001111110101000010101001011001001001011011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31EA1; }

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

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

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

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

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

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

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

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