#A21D98

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

Shades of Dark Magenta #A21D98

Tints of Dark Magenta #A21D98

Color information

#A21D98 (or 0xA21D98) is unknown color: approx Dark Magenta. HEX triplet: A2, 1D and 98. RGB value is (162,29,152). Sum of RGB (Red+Green+Blue) = 162+29+152=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21D98 is #5DE267. Grayscale: #525252. Windows color (decimal): -6152808 or 9969058. OLE color: 9969058.

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

Color convert

RGB16229152-
CMYK00.820.060.36
HSL304.51º69.63%37.45%-
HSV(B)304.51º82.1%63.53%-
XYZ21.0110.8330.69-
YUV82.79167.06184.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 29 (11.72% from 255) = 8.45%
BLUE value IS 152 (59.77% from 255) = 44.31%
R=47.23%
G=8.45%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622915200.820.060.36304.5169.6337.45
HexA21D980526241314625
Octal24235230012264446110645
Binary101000101110110011000010100101101001001001100011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21D98; }

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

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

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

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

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

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

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

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