#A20F94

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

Shades of Dark Magenta #A20F94

Tints of Dark Magenta #A20F94

Color information

#A20F94 (or 0xA20F94) is unknown color: approx Dark Magenta. HEX triplet: A2, 0F and 94. RGB value is (162,15,148). Sum of RGB (Red+Green+Blue) = 162+15+148=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20F94 is #5DF06B. Grayscale: #494949. Windows color (decimal): -6156396 or 9703330. OLE color: 9703330.

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

Color convert

RGB16215148-
CMYK00.910.090.36
HSL305.71º83.05%34.71%-
HSV(B)305.71º90.74%63.53%-
XYZ20.4210.1628.9-
YUV74.11169.7190.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 15 (6.25% from 255) = 4.62%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=49.85%
G=4.62%
B=45.54%

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
Decimal1621514800.910.090.36305.7183.0534.71
HexA2F9405B9241325323
Octal242172240133114446212343
Binary101000101111100101000101101110011001001001100101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F94; }

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

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

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

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

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

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

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

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