#A20E92

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

Shades of Dark Magenta #A20E92

Tints of Dark Magenta #A20E92

Color information

#A20E92 (or 0xA20E92) is unknown color: approx Dark Magenta. HEX triplet: A2, 0E and 92. RGB value is (162,14,146). Sum of RGB (Red+Green+Blue) = 162+14+146=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E92 is #5DF16D. Grayscale: #484848. Windows color (decimal): -6156654 or 9572002. OLE color: 9572002.

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

Color convert

RGB16214146-
CMYK00.910.100.36
HSL306.49º84.09%34.51%-
HSV(B)306.49º91.36%63.53%-
XYZ20.2510.0728.07-
YUV73.3169.03191.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 14 (5.86% from 255) = 4.35%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=50.31%
G=4.35%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621414600.910.100.36306.4984.0934.51
HexA2E9205BA241325423
Octal242162220133124446212443
Binary101000101110100100100101101110101001001001100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E92; }

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

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

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

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

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

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

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

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