#A11493

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

Shades of Dark Magenta #A11493

Tints of Dark Magenta #A11493

Color information

#A11493 (or 0xA11493) is unknown color: approx Dark Magenta. HEX triplet: A1, 14 and 93. RGB value is (161,20,147). Sum of RGB (Red+Green+Blue) = 161+20+147=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A11493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11493 is #5EEB6C. Grayscale: #4C4C4C. Windows color (decimal): -6220653 or 9639073. OLE color: 9639073.

HSL color Cylindrical-coordinate representation of color #A11493: hue angle of 305.96º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11493 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16120147-
CMYK00.880.090.37
HSL305.96º77.9%35.49%-
HSV(B)305.96º87.58%63.14%-
XYZ20.2110.1828.5-
YUV76.64167.71188.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 20 (8.20% from 255) = 6.10%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=49.09%
G=6.10%
B=44.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612014700.880.090.37305.9677.935.49
HexA114930589251324e23
Octal241242230130114546211643
Binary1010000110100100100110101100010011001011001100101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11493; }

 p { color: rgb(161,20,147); }

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

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

 a { background-color: rgb(161,20,147); }

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

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

 span { border-color: rgb(161,20,147); }

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