#A20F8F

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

Shades of Dark Magenta #A20F8F

Tints of Dark Magenta #A20F8F

Color information

#A20F8F (or 0xA20F8F) is unknown color: approx Dark Magenta. HEX triplet: A2, 0F and 8F. RGB value is (162,15,143). Sum of RGB (Red+Green+Blue) = 162+15+143=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20F8F is #5DF070. Grayscale: #494949. Windows color (decimal): -6156401 or 9375650. OLE color: 9375650.

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

Color convert

RGB16215143-
CMYK00.910.120.36
HSL307.76º83.05%34.71%-
HSV(B)307.76º90.74%63.53%-
XYZ20.0310.0126.86-
YUV73.54167.2191.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 15 (6.25% from 255) = 4.69%
BLUE value IS 143 (56.25% from 255) = 44.69%
R=50.62%
G=4.69%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621514300.910.120.36307.7683.0534.71
HexA2F8F05BC241345323
Octal242172170133144446412343
Binary101000101111100011110101101111001001001001101001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F8F; }

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

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

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

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

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

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

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

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