#A11086

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

Shades of Dark Magenta #A11086

Tints of Dark Magenta #A11086

Color information

#A11086 (or 0xA11086) is unknown color: approx Dark Magenta. HEX triplet: A1, 10 and 86. RGB value is (161,16,134). Sum of RGB (Red+Green+Blue) = 161+16+134=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A11086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11086 is #5EEF79. Grayscale: #484848. Windows color (decimal): -6221690 or 8786081. OLE color: 8786081.

HSL color Cylindrical-coordinate representation of color #A11086: hue angle of 311.17º 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 #A11086 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16116134-
CMYK00.900.170.37
HSL311.17º81.92%34.71%-
HSV(B)311.17º90.06%63.14%-
XYZ19.199.6723.41-
YUV72.81162.54190.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 16 (6.64% from 255) = 5.14%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=51.77%
G=5.14%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611613400.900.170.37311.1781.9234.71
HexA1108605A11251375223
Octal241202060132214546712243
Binary10100001100001000011001011010100011001011001101111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11086; }

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

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

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

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

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

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

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

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