#A11DA6

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

Shades of Dark Magenta #A11DA6

Tints of Dark Magenta #A11DA6

Color information

#A11DA6 (or 0xA11DA6) is unknown color: approx Dark Magenta. HEX triplet: A1, 1D and A6. RGB value is (161,29,166). Sum of RGB (Red+Green+Blue) = 161+29+166=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #A11DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11DA6 is #5EE259. Grayscale: #535353. Windows color (decimal): -6218330 or 10886561. OLE color: 10886561.

HSL color Cylindrical-coordinate representation of color #A11DA6: hue angle of 297.81º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11DA6 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16129166-
CMYK0.030.8300.35
HSL297.81º70.26%38.24%-
HSV(B)297.81º82.53%65.1%-
XYZ22.0211.2137.08-
YUV84.09174.23182.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 29 (11.72% from 255) = 8.15%
BLUE value IS 166 (65.23% from 255) = 46.63%
R=45.22%
G=8.15%
B=46.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161291660.030.8300.35297.8170.2638.24
HexA11DA635302312a4626
Octal24135246312304345210646
Binary10100001111011010011011101001101000111001010101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11DA6; }

 p { color: rgb(161,29,166); }

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

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

 a { background-color: rgb(161,29,166); }

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

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

 span { border-color: rgb(161,29,166); }

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