#A21A96

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

Shades of Dark Magenta #A21A96

Tints of Dark Magenta #A21A96

Color information

#A21A96 (or 0xA21A96) is unknown color: approx Dark Magenta. HEX triplet: A2, 1A and 96. RGB value is (162,26,150). Sum of RGB (Red+Green+Blue) = 162+26+150=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21A96 is #5DE569. Grayscale: #505050. Windows color (decimal): -6153578 or 9837218. OLE color: 9837218.

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

Color convert

RGB16226150-
CMYK00.840.070.36
HSL305.29º72.34%36.86%-
HSV(B)305.29º83.95%63.53%-
XYZ20.7710.6229.81-
YUV80.8167.06185.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 26 (10.55% from 255) = 7.69%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=47.93%
G=7.69%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622615000.840.070.36305.2972.3436.86
HexA21A960547241314825
Octal24232226012474446111045
Binary101000101101010010110010101001111001001001100011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A96; }

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

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

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

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

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

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

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

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