#A91399

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

Shades of Dark Magenta #A91399

Tints of Dark Magenta #A91399

Color information

#A91399 (or 0xA91399) is unknown color: approx Dark Magenta. HEX triplet: A9, 13 and 99. RGB value is (169,19,153). Sum of RGB (Red+Green+Blue) = 169+19+153=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A91399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91399 is #56EC66. Grayscale: #4E4E4E. Windows color (decimal): -5696615 or 10032041. OLE color: 10032041.

HSL color Cylindrical-coordinate representation of color #A91399: hue angle of 306.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91399 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB16919153-
CMYK00.890.090.34
HSL306.4º79.79%36.86%-
HSV(B)306.4º88.76%66.27%-
XYZ22.3411.231.12-
YUV79.13169.7192.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 19 (7.81% from 255) = 5.57%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=49.56%
G=5.57%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691915300.890.090.34306.479.7936.86
HexA913990599221325025
Octal251232310131114246212045
Binary1010100110011100110010101100110011000101001100101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91399; }

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

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

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

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

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

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

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

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