#A21E98

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

Shades of Dark Magenta #A21E98

Tints of Dark Magenta #A21E98

Color information

#A21E98 (or 0xA21E98) is unknown color: approx Dark Magenta. HEX triplet: A2, 1E and 98. RGB value is (162,30,152). Sum of RGB (Red+Green+Blue) = 162+30+152=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E98 is #5DE167. Grayscale: #535353. Windows color (decimal): -6152552 or 9969314. OLE color: 9969314.

HSL color Cylindrical-coordinate representation of color #A21E98: hue angle of 304.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21E98 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16230152-
CMYK00.810.060.36
HSL304.55º68.75%37.65%-
HSV(B)304.55º81.48%63.53%-
XYZ21.0310.8830.7-
YUV83.38166.73184.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 30 (12.11% from 255) = 8.72%
BLUE value IS 152 (59.77% from 255) = 44.19%
R=47.09%
G=8.72%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623015200.810.060.36304.5568.7537.65
HexA21E980516241314526
Octal24236230012164446110546
Binary101000101111010011000010100011101001001001100011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E98; }

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

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

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

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

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

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

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

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