#A21596

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

Shades of Dark Magenta #A21596

Tints of Dark Magenta #A21596

Color information

#A21596 (or 0xA21596) is unknown color: approx Dark Magenta. HEX triplet: A2, 15 and 96. RGB value is (162,21,150). Sum of RGB (Red+Green+Blue) = 162+21+150=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A21596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21596 is #5DEA69. Grayscale: #4D4D4D. Windows color (decimal): -6154858 or 9835938. OLE color: 9835938.

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

Color convert

RGB16221150-
CMYK00.870.070.36
HSL305.11º77.05%35.88%-
HSV(B)305.11º87.04%63.53%-
XYZ20.6710.4229.78-
YUV77.86168.71188.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 21 (8.59% from 255) = 6.31%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=48.65%
G=6.31%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622115000.870.070.36305.1177.0535.88
HexA215960577241314d24
Octal24225226012774446111544
Binary101000101010110010110010101111111001001001100011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21596; }

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

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

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

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

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

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

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

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