#A20F8B

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

Shades of Dark Magenta #A20F8B

Tints of Dark Magenta #A20F8B

Color information

#A20F8B (or 0xA20F8B) is unknown color: approx Dark Magenta. HEX triplet: A2, 0F and 8B. RGB value is (162,15,139). Sum of RGB (Red+Green+Blue) = 162+15+139=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20F8B is #5DF074. Grayscale: #484848. Windows color (decimal): -6156405 or 9113506. OLE color: 9113506.

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

Color convert

RGB16215139-
CMYK00.910.140.36
HSL309.39º83.05%34.71%-
HSV(B)309.39º90.74%63.53%-
XYZ19.739.8925.29-
YUV73.09165.2191.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 15 (6.25% from 255) = 4.75%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=51.27%
G=4.75%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621513900.910.140.36309.3983.0534.71
HexA2F8B05BE241355323
Octal242172130133164446512343
Binary101000101111100010110101101111101001001001101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F8B; }

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

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

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

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

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

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

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

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