#A11592

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

Shades of Dark Magenta #A11592

Tints of Dark Magenta #A11592

Color information

#A11592 (or 0xA11592) is unknown color: approx Dark Magenta. HEX triplet: A1, 15 and 92. RGB value is (161,21,146). Sum of RGB (Red+Green+Blue) = 161+21+146=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A11592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11592 is #5EEA6D. Grayscale: #4C4C4C. Windows color (decimal): -6220398 or 9573793. OLE color: 9573793.

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

Color convert

RGB16121146-
CMYK00.870.090.37
HSL306.43º76.92%35.69%-
HSV(B)306.43º86.96%63.14%-
XYZ20.1510.1928.1-
YUV77.11166.88187.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 21 (8.59% from 255) = 6.40%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=49.09%
G=6.40%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612114600.870.090.37306.4376.9235.69
HexA115920579251324d24
Octal241252220127114546211544
Binary1010000110101100100100101011110011001011001100101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11592; }

 p { color: rgb(161,21,146); }

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

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

 a { background-color: rgb(161,21,146); }

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

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

 span { border-color: rgb(161,21,146); }

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