#A12199

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

Shades of Dark Magenta #A12199

Tints of Dark Magenta #A12199

Color information

#A12199 (or 0xA12199) is unknown color: approx Dark Magenta. HEX triplet: A1, 21 and 99. RGB value is (161,33,153). Sum of RGB (Red+Green+Blue) = 161+33+153=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A12199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12199 is #5EDE66. Grayscale: #545454. Windows color (decimal): -6217319 or 10035617. OLE color: 10035617.

HSL color Cylindrical-coordinate representation of color #A12199: hue angle of 303.75º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12199 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB16133153-
CMYK00.800.050.37
HSL303.75º65.98%38.04%-
HSV(B)303.75º79.5%63.14%-
XYZ20.9910.9631.15-
YUV84.95166.41182.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 33 (13.28% from 255) = 9.51%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=46.40%
G=9.51%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613315300.800.050.37303.7565.9838.04
HexA121990505251304226
Octal24141231012054546010246
Binary1010000110000110011001010100001011001011001100001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12199; }

 p { color: rgb(161,33,153); }

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

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

 a { background-color: rgb(161,33,153); }

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

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

 span { border-color: rgb(161,33,153); }

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