#A31EA2

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

Shades of Dark Magenta #A31EA2

Tints of Dark Magenta #A31EA2

Color information

#A31EA2 (or 0xA31EA2) is unknown color: approx Dark Magenta. HEX triplet: A3, 1E and A2. RGB value is (163,30,162). Sum of RGB (Red+Green+Blue) = 163+30+162=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A31EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31EA2 is #5CE15D. Grayscale: #545454. Windows color (decimal): -6087006 or 10624675. OLE color: 10624675.

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

Color convert

RGB16330162-
CMYK00.820.010.36
HSL300.45º68.91%37.84%-
HSV(B)300.45º81.6%63.92%-
XYZ22.0911.3235.2-
YUV84.82171.56183.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 30 (12.11% from 255) = 8.45%
BLUE value IS 162 (63.67% from 255) = 45.63%
R=45.92%
G=8.45%
B=45.63%

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
Decimal1633016200.820.010.36300.4568.9137.84
HexA31EA205212412c4526
Octal24336242012214445410546
Binary1010001111110101000100101001011001001001011001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31EA2; }

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

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

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

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

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

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

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

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