#A11090

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

Shades of Dark Magenta #A11090

Tints of Dark Magenta #A11090

Color information

#A11090 (or 0xA11090) is unknown color: approx Dark Magenta. HEX triplet: A1, 10 and 90. RGB value is (161,16,144). Sum of RGB (Red+Green+Blue) = 161+16+144=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A11090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11090 is #5EEF6F. Grayscale: #494949. Windows color (decimal): -6221680 or 9441441. OLE color: 9441441.

HSL color Cylindrical-coordinate representation of color #A11090: hue angle of 307.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11090 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16116144-
CMYK00.900.110.37
HSL307.03º81.92%34.71%-
HSV(B)307.03º90.06%63.14%-
XYZ19.929.9627.26-
YUV73.95167.54190.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.16%
GREEN value IS 16 (6.64% from 255) = 4.98%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=50.16%
G=4.98%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611614400.900.110.37307.0381.9234.71
HexA1109005AB251335223
Octal241202200132134546312243
Binary1010000110000100100000101101010111001011001100111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11090; }

 p { color: rgb(161,16,144); }

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

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

 a { background-color: rgb(161,16,144); }

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

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

 span { border-color: rgb(161,16,144); }

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