#A11B9E

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

Shades of Dark Magenta #A11B9E

Tints of Dark Magenta #A11B9E

Color information

#A11B9E (or 0xA11B9E) is unknown color: approx Dark Magenta. HEX triplet: A1, 1B and 9E. RGB value is (161,27,158). Sum of RGB (Red+Green+Blue) = 161+27+158=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11B9E is #5EE461. Grayscale: #515151. Windows color (decimal): -6218850 or 10361761. OLE color: 10361761.

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

Color convert

RGB16127158-
CMYK00.830.020.37
HSL301.34º71.28%36.86%-
HSV(B)301.34º83.23%63.14%-
XYZ21.2610.8333.32-
YUV82170.89184.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.53%
GREEN value IS 27 (10.94% from 255) = 7.80%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=46.53%
G=7.80%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612715800.830.020.37301.3471.2836.86
HexA11B9E05322512d4725
Octal24133236012324545510745
Binary10100001110111001111001010011101001011001011011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11B9E; }

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

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

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

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

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

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

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

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