#A20E98

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

Shades of Dark Magenta #A20E98

Tints of Dark Magenta #A20E98

Color information

#A20E98 (or 0xA20E98) is unknown color: approx Dark Magenta. HEX triplet: A2, 0E and 98. RGB value is (162,14,152). Sum of RGB (Red+Green+Blue) = 162+14+152=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E98 is #5DF167. Grayscale: #494949. Windows color (decimal): -6156648 or 9965218. OLE color: 9965218.

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

Color convert

RGB16214152-
CMYK00.910.060.36
HSL304.05º84.09%34.51%-
HSV(B)304.05º91.36%63.53%-
XYZ20.7210.2630.59-
YUV73.98172.03190.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 14 (5.86% from 255) = 4.27%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=49.39%
G=4.27%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621415200.910.060.36304.0584.0934.51
HexA2E9805B6241305423
Octal24216230013364446012443
Binary10100010111010011000010110111101001001001100001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E98; }

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

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

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

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

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

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

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

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