#A21D9C

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

Shades of Dark Magenta #A21D9C

Tints of Dark Magenta #A21D9C

Color information

#A21D9C (or 0xA21D9C) is unknown color: approx Dark Magenta. HEX triplet: A2, 1D and 9C. RGB value is (162,29,156). Sum of RGB (Red+Green+Blue) = 162+29+156=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21D9C is #5DE263. Grayscale: #525252. Windows color (decimal): -6152804 or 10231202. OLE color: 10231202.

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

Color convert

RGB16229156-
CMYK00.820.040.36
HSL302.71º69.63%37.45%-
HSV(B)302.71º82.1%63.53%-
XYZ21.3410.9632.44-
YUV83.24169.06184.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 29 (11.72% from 255) = 8.36%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=46.69%
G=8.36%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622915600.820.040.36302.7169.6337.45
HexA21D9C05242412f4625
Octal24235234012244445710645
Binary101000101110110011100010100101001001001001011111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21D9C; }

 p { color: rgb(162,29,156); }

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

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

 a { background-color: rgb(162,29,156); }

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

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

 span { border-color: rgb(162,29,156); }

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