#A20F93

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

Shades of Dark Magenta #A20F93

Tints of Dark Magenta #A20F93

Color information

#A20F93 (or 0xA20F93) is unknown color: approx Dark Magenta. HEX triplet: A2, 0F and 93. RGB value is (162,15,147). Sum of RGB (Red+Green+Blue) = 162+15+147=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20F93 is #5DF06C. Grayscale: #494949. Windows color (decimal): -6156397 or 9637794. OLE color: 9637794.

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

Color convert

RGB16215147-
CMYK00.910.090.36
HSL306.12º83.05%34.71%-
HSV(B)306.12º90.74%63.53%-
XYZ20.3410.1328.49-
YUV74169.2190.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=50%
G=4.63%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621514700.910.090.36306.1283.0534.71
HexA2F9305B9241325323
Octal242172230133114446212343
Binary101000101111100100110101101110011001001001100101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F93; }

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

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

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

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

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

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

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

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