#A9129A

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

Shades of Dark Magenta #A9129A

Tints of Dark Magenta #A9129A

Color information

#A9129A (or 0xA9129A) is unknown color: approx Dark Magenta. HEX triplet: A9, 12 and 9A. RGB value is (169,18,154). Sum of RGB (Red+Green+Blue) = 169+18+154=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A9129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9129A is #56ED65. Grayscale: #4E4E4E. Windows color (decimal): -5696870 or 10097321. OLE color: 10097321.

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

Color convert

RGB16918154-
CMYK00.890.090.34
HSL305.96º80.75%36.67%-
HSV(B)305.96º89.35%66.27%-
XYZ22.4111.231.55-
YUV78.65170.53192.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 18 (7.42% from 255) = 5.28%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=49.56%
G=5.28%
B=45.16%

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
Decimal1691815400.890.090.34305.9680.7536.67
HexA9129A0599221325125
Octal251222320131114246212145
Binary1010100110010100110100101100110011000101001100101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9129A; }

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

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

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

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

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

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

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

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