#A20E8D

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

Shades of Dark Magenta #A20E8D

Tints of Dark Magenta #A20E8D

Color information

#A20E8D (or 0xA20E8D) is unknown color: approx Dark Magenta. HEX triplet: A2, 0E and 8D. RGB value is (162,14,141). Sum of RGB (Red+Green+Blue) = 162+14+141=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E8D is #5DF172. Grayscale: #484848. Windows color (decimal): -6156659 or 9244322. OLE color: 9244322.

HSL color Cylindrical-coordinate representation of color #A20E8D: hue angle of 308.51º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E8D is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16214141-
CMYK00.910.130.36
HSL308.51º84.09%34.51%-
HSV(B)308.51º91.36%63.53%-
XYZ19.879.9226.07-
YUV72.73166.53191.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 14 (5.86% from 255) = 4.42%
BLUE value IS 141 (55.47% from 255) = 44.48%
R=51.10%
G=4.42%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621414100.910.130.36308.5184.0934.51
HexA2E8D05BD241355423
Octal242162150133154446512443
Binary101000101110100011010101101111011001001001101011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E8D; }

 p { color: rgb(162,14,141); }

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

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

 a { background-color: rgb(162,14,141); }

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

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

 span { border-color: rgb(162,14,141); }

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