#A21A9E

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

Shades of Dark Magenta #A21A9E

Tints of Dark Magenta #A21A9E

Color information

#A21A9E (or 0xA21A9E) is unknown color: approx Dark Magenta. HEX triplet: A2, 1A and 9E. RGB value is (162,26,158). Sum of RGB (Red+Green+Blue) = 162+26+158=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21A9E is #5DE561. Grayscale: #515151. Windows color (decimal): -6153570 or 10361506. OLE color: 10361506.

HSL color Cylindrical-coordinate representation of color #A21A9E: hue angle of 301.76º 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 #A21A9E is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16226158-
CMYK00.840.020.36
HSL301.76º72.34%36.86%-
HSV(B)301.76º83.95%63.53%-
XYZ21.4410.8933.32-
YUV81.71171.06185.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 26 (10.55% from 255) = 7.51%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=46.82%
G=7.51%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622615800.840.020.36301.7672.3436.86
HexA21A9E05422412e4825
Octal24232236012424445611045
Binary10100010110101001111001010100101001001001011101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A9E; }

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

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

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

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

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

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

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

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