#A20F90

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

Shades of Dark Magenta #A20F90

Tints of Dark Magenta #A20F90

Color information

#A20F90 (or 0xA20F90) is unknown color: approx Dark Magenta. HEX triplet: A2, 0F and 90. RGB value is (162,15,144). Sum of RGB (Red+Green+Blue) = 162+15+144=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20F90 is #5DF06F. Grayscale: #494949. Windows color (decimal): -6156400 or 9441186. OLE color: 9441186.

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

Color convert

RGB16215144-
CMYK00.910.110.36
HSL307.35º83.05%34.71%-
HSV(B)307.35º90.74%63.53%-
XYZ20.1110.0427.26-
YUV73.66167.7191.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 15 (6.25% from 255) = 4.67%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=50.47%
G=4.67%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621514400.910.110.36307.3583.0534.71
HexA2F9005BB241335323
Octal242172200133134446312343
Binary101000101111100100000101101110111001001001100111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F90; }

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

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

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

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

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

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

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

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