#A11596

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

Shades of Dark Magenta #A11596

Tints of Dark Magenta #A11596

Color information

#A11596 (or 0xA11596) is unknown color: approx Dark Magenta. HEX triplet: A1, 15 and 96. RGB value is (161,21,150). Sum of RGB (Red+Green+Blue) = 161+21+150=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A11596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11596 is #5EEA69. Grayscale: #4D4D4D. Windows color (decimal): -6220394 or 9835937. OLE color: 9835937.

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

Color convert

RGB16121150-
CMYK00.870.070.37
HSL304.71º76.92%35.69%-
HSV(B)304.71º86.96%63.14%-
XYZ20.4710.3229.77-
YUV77.57168.88187.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 21 (8.59% from 255) = 6.33%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=48.49%
G=6.33%
B=45.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612115000.870.070.37304.7176.9235.69
HexA115960577251314d24
Octal24125226012774546111544
Binary101000011010110010110010101111111001011001100011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11596; }

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

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

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

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

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

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

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

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