#A20F9E

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

Shades of Dark Magenta #A20F9E

Tints of Dark Magenta #A20F9E

Color information

#A20F9E (or 0xA20F9E) is unknown color: approx Dark Magenta. HEX triplet: A2, 0F and 9E. RGB value is (162,15,158). Sum of RGB (Red+Green+Blue) = 162+15+158=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20F9E is #5DF061. Grayscale: #4A4A4A. Windows color (decimal): -6156386 or 10358690. OLE color: 10358690.

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

Color convert

RGB16215158-
CMYK00.910.020.36
HSL301.63º83.05%34.71%-
HSV(B)301.63º90.74%63.53%-
XYZ21.2410.4933.25-
YUV75.26174.7189.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 15 (6.25% from 255) = 4.48%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=48.36%
G=4.48%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621515800.910.020.36301.6383.0534.71
HexA2F9E05B22412e5323
Octal24217236013324445612343
Binary1010001011111001111001011011101001001001011101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F9E; }

 p { color: rgb(162,15,158); }

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

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

 a { background-color: rgb(162,15,158); }

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

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

 span { border-color: rgb(162,15,158); }

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