#A21498

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

Shades of Dark Magenta #A21498

Tints of Dark Magenta #A21498

Color information

#A21498 (or 0xA21498) is unknown color: approx Dark Magenta. HEX triplet: A2, 14 and 98. RGB value is (162,20,152). Sum of RGB (Red+Green+Blue) = 162+20+152=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A21498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21498 is #5DEB67. Grayscale: #4D4D4D. Windows color (decimal): -6155112 or 9966754. OLE color: 9966754.

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

Color convert

RGB16220152-
CMYK00.880.060.36
HSL304.23º78.02%35.69%-
HSV(B)304.23º87.65%63.53%-
XYZ20.8210.4530.63-
YUV77.51170.04188.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 20 (8.20% from 255) = 5.99%
BLUE value IS 152 (59.77% from 255) = 45.51%
R=48.50%
G=5.99%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622015200.880.060.36304.2378.0235.69
HexA214980586241304e24
Octal24224230013064446011644
Binary101000101010010011000010110001101001001001100001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21498; }

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

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

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

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

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

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

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

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