#A21190

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

Shades of Dark Magenta #A21190

Tints of Dark Magenta #A21190

Color information

#A21190 (or 0xA21190) is unknown color: approx Dark Magenta. HEX triplet: A2, 11 and 90. RGB value is (162,17,144). Sum of RGB (Red+Green+Blue) = 162+17+144=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A21190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21190 is #5DEE6F. Grayscale: #4A4A4A. Windows color (decimal): -6155888 or 9441698. OLE color: 9441698.

HSL color Cylindrical-coordinate representation of color #A21190: hue angle of 307.45º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21190 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB16217144-
CMYK00.900.110.36
HSL307.45º81.01%35.1%-
HSV(B)307.45º89.51%63.53%-
XYZ20.1310.127.27-
YUV74.83167.04190.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=50.15%
G=5.26%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621714400.900.110.36307.4581.0135.1
HexA2119005AB241335123
Octal242212200132134446312143
Binary1010001010001100100000101101010111001001001100111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21190; }

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

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

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

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

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

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

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

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