#A1129E

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

Shades of Dark Magenta #A1129E

Tints of Dark Magenta #A1129E

Color information

#A1129E (or 0xA1129E) is unknown color: approx Dark Magenta. HEX triplet: A1, 12 and 9E. RGB value is (161,18,158). Sum of RGB (Red+Green+Blue) = 161+18+158=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1129E is #5EED61. Grayscale: #4C4C4C. Windows color (decimal): -6221154 or 10359457. OLE color: 10359457.

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

Color convert

RGB16118158-
CMYK00.890.020.37
HSL301.26º79.89%35.1%-
HSV(B)301.26º88.82%63.14%-
XYZ21.0910.4833.26-
YUV76.72173.88188.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 18 (7.42% from 255) = 5.34%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=47.77%
G=5.34%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611815800.890.020.37301.2679.8935.1
HexA1129E05922512d5023
Octal24122236013124545512043
Binary10100001100101001111001011001101001011001011011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1129E; }

 p { color: rgb(161,18,158); }

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

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

 a { background-color: rgb(161,18,158); }

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

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

 span { border-color: rgb(161,18,158); }

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