#A11499

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

Shades of Dark Magenta #A11499

Tints of Dark Magenta #A11499

Color information

#A11499 (or 0xA11499) is unknown color: approx Dark Magenta. HEX triplet: A1, 14 and 99. RGB value is (161,20,153). Sum of RGB (Red+Green+Blue) = 161+20+153=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A11499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11499 is #5EEB66. Grayscale: #4C4C4C. Windows color (decimal): -6220647 or 10032289. OLE color: 10032289.

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

Color convert

RGB16120153-
CMYK00.880.050.37
HSL303.4º77.9%35.49%-
HSV(B)303.4º87.58%63.14%-
XYZ20.710.3831.05-
YUV77.32170.71187.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.20%
GREEN value IS 20 (8.20% from 255) = 5.99%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=48.20%
G=5.99%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612015300.880.050.37303.477.935.49
HexA1149905852512f4e23
Octal24124231013054545711643
Binary101000011010010011001010110001011001011001011111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11499; }

 p { color: rgb(161,20,153); }

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

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

 a { background-color: rgb(161,20,153); }

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

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

 span { border-color: rgb(161,20,153); }

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