#A20392

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

Shades of Dark Magenta #A20392

Tints of Dark Magenta #A20392

Color information

#A20392 (or 0xA20392) is unknown color: approx Dark Magenta. HEX triplet: A2, 03 and 92. RGB value is (162,3,146). Sum of RGB (Red+Green+Blue) = 162+3+146=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A20392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20392 is #5DFC6D. Grayscale: #424242. Windows color (decimal): -6159470 or 9569186. OLE color: 9569186.

HSL color Cylindrical-coordinate representation of color #A20392: hue angle of 306.04º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20392 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB1623146-
CMYK00.980.100.36
HSL306.04º96.36%32.35%-
HSV(B)306.04º98.15%63.53%-
XYZ20.129.8228.03-
YUV66.84172.68195.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 3 (1.56% from 255) = 0.96%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=52.09%
G=0.96%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162314600.980.100.36306.0496.3632.35
HexA2392062A241326020
Octal24232220142124446214040
Binary1010001011100100100110001010101001001001100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20392; }

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

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

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

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

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

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

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

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