#A9199C

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

Shades of Dark Magenta #A9199C

Tints of Dark Magenta #A9199C

Color information

#A9199C (or 0xA9199C) is unknown color: approx Dark Magenta. HEX triplet: A9, 19 and 9C. RGB value is (169,25,156). Sum of RGB (Red+Green+Blue) = 169+25+156=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A9199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9199C is #56E663. Grayscale: #525252. Windows color (decimal): -5695076 or 10230185. OLE color: 10230185.

HSL color Cylindrical-coordinate representation of color #A9199C: hue angle of 305.42º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A9199C is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB16925156-
CMYK00.850.080.34
HSL305.42º74.23%38.04%-
HSV(B)305.42º85.21%66.27%-
XYZ22.7111.5332.48-
YUV82.99169.21189.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 25 (10.16% from 255) = 7.14%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=48.29%
G=7.14%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692515600.850.080.34305.4274.2338.04
HexA9199C0558221314a26
Octal251312340125104246111246
Binary1010100111001100111000101010110001000101001100011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9199C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9199C; }

 p { color: rgb(169,25,156); }

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

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

 a { background-color: rgb(169,25,156); }

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

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

 span { border-color: rgb(169,25,156); }

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