#A119A7

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

Shades of Dark Magenta #A119A7

Tints of Dark Magenta #A119A7

Color information

#A119A7 (or 0xA119A7) is unknown color: approx Dark Magenta. HEX triplet: A1, 19 and A7. RGB value is (161,25,167). Sum of RGB (Red+Green+Blue) = 161+25+167=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 167 (65.62% from 255 or 47.31% from 353); Max value from RGB is 167 - color contains mainly: blue. Hex color #A119A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A119A7 is #5EE658. Grayscale: #515151. Windows color (decimal): -6219353 or 10951073. OLE color: 10951073.

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

Color convert

RGB16125167-
CMYK0.040.8500.35
HSL297.46º73.96%37.65%-
HSV(B)297.46º85.03%65.49%-
XYZ22.0211.0637.53-
YUV81.85176.06184.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 25 (10.16% from 255) = 7.08%
BLUE value IS 167 (65.62% from 255) = 47.31%
R=45.61%
G=7.08%
B=47.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161251670.040.8500.35297.4673.9637.65
HexA119A74550231294a26
Octal24131247412504345111246
Binary101000011100110100111100101010101000111001010011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A119A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A119A7; }

 p { color: rgb(161,25,167); }

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

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

 a { background-color: rgb(161,25,167); }

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

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

 span { border-color: rgb(161,25,167); }

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