#A9129C

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

Shades of Dark Magenta #A9129C

Tints of Dark Magenta #A9129C

Color information

#A9129C (or 0xA9129C) is unknown color: approx Dark Magenta. HEX triplet: A9, 12 and 9C. RGB value is (169,18,156). Sum of RGB (Red+Green+Blue) = 169+18+156=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A9129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9129C is #56ED63. Grayscale: #4E4E4E. Windows color (decimal): -5696868 or 10228393. OLE color: 10228393.

HSL color Cylindrical-coordinate representation of color #A9129C: hue angle of 305.17º degrees, saturation: 0.81, 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 #A9129C is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB16918156-
CMYK00.890.080.34
HSL305.17º80.75%36.67%-
HSV(B)305.17º89.35%66.27%-
XYZ22.5811.2732.44-
YUV78.88171.53192.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 18 (7.42% from 255) = 5.25%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=49.27%
G=5.25%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691815600.890.080.34305.1780.7536.67
HexA9129C0598221315125
Octal251222340131104246112145
Binary1010100110010100111000101100110001000101001100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9129C; }

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

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

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

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

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

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

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

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