#A21A9F

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

Shades of Dark Magenta #A21A9F

Tints of Dark Magenta #A21A9F

Color information

#A21A9F (or 0xA21A9F) is unknown color: approx Dark Magenta. HEX triplet: A2, 1A and 9F. RGB value is (162,26,159). Sum of RGB (Red+Green+Blue) = 162+26+159=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21A9F is #5DE560. Grayscale: #515151. Windows color (decimal): -6153569 or 10427042. OLE color: 10427042.

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

Color convert

RGB16226159-
CMYK00.840.020.36
HSL301.32º72.34%36.86%-
HSV(B)301.32º83.95%63.53%-
XYZ21.5310.9233.77-
YUV81.83171.56185.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 26 (10.55% from 255) = 7.49%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=46.69%
G=7.49%
B=45.82%

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
Decimal1622615900.840.020.36301.3272.3436.86
HexA21A9F05422412d4825
Octal24232237012424445511045
Binary10100010110101001111101010100101001001001011011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A9F; }

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

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

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

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

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

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

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

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