#A11085

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

Shades of Dark Magenta #A11085

Tints of Dark Magenta #A11085

Color information

#A11085 (or 0xA11085) is unknown color: approx Dark Magenta. HEX triplet: A1, 10 and 85. RGB value is (161,16,133). Sum of RGB (Red+Green+Blue) = 161+16+133=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A11085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11085 is #5EEF7A. Grayscale: #484848. Windows color (decimal): -6221691 or 8720545. OLE color: 8720545.

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

Color convert

RGB16116133-
CMYK00.900.170.37
HSL311.59º81.92%34.71%-
HSV(B)311.59º90.06%63.14%-
XYZ19.129.6423.04-
YUV72.69162.04190.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 16 (6.64% from 255) = 5.16%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=51.94%
G=5.16%
B=42.90%

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
Decimal1611613300.900.170.37311.5981.9234.71
HexA1108505A11251385223
Octal241202050132214547012243
Binary10100001100001000010101011010100011001011001110001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11085; }

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

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

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

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

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

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

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

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