#A20EA1

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

Shades of Dark Magenta #A20EA1

Tints of Dark Magenta #A20EA1

Color information

#A20EA1 (or 0xA20EA1) is unknown color: approx Dark Magenta. HEX triplet: A2, 0E and A1. RGB value is (162,14,161). Sum of RGB (Red+Green+Blue) = 162+14+161=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A20EA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20EA1 is #5DF15E. Grayscale: #4A4A4A. Windows color (decimal): -6156639 or 10555042. OLE color: 10555042.

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

Color convert

RGB16214161-
CMYK00.910.010.36
HSL300.41º84.09%34.51%-
HSV(B)300.41º91.36%63.53%-
XYZ21.4910.5734.63-
YUV75.01176.53190.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 14 (5.86% from 255) = 4.15%
BLUE value IS 161 (63.28% from 255) = 47.77%
R=48.07%
G=4.15%
B=47.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621416100.910.010.36300.4184.0934.51
HexA2EA105B12412c5423
Octal24216241013314445412443
Binary101000101110101000010101101111001001001011001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20EA1; }

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

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

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

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

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

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

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

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