#A91199

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

Shades of Dark Magenta #A91199

Tints of Dark Magenta #A91199

Color information

#A91199 (or 0xA91199) is unknown color: approx Dark Magenta. HEX triplet: A9, 11 and 99. RGB value is (169,17,153). Sum of RGB (Red+Green+Blue) = 169+17+153=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A91199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91199 is #56EE66. Grayscale: #4D4D4D. Windows color (decimal): -5697127 or 10031529. OLE color: 10031529.

HSL color Cylindrical-coordinate representation of color #A91199: hue angle of 306.32º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91199 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB16917153-
CMYK00.900.090.34
HSL306.32º81.72%36.47%-
HSV(B)306.32º89.94%66.27%-
XYZ22.3111.1431.11-
YUV77.95170.36192.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 17 (7.03% from 255) = 5.01%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=49.85%
G=5.01%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691715300.900.090.34306.3281.7236.47
HexA9119905A9221325224
Octal251212310132114246212244
Binary1010100110001100110010101101010011000101001100101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91199; }

 p { color: rgb(169,17,153); }

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

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

 a { background-color: rgb(169,17,153); }

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

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

 span { border-color: rgb(169,17,153); }

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