#A21898

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

Shades of Dark Magenta #A21898

Tints of Dark Magenta #A21898

Color information

#A21898 (or 0xA21898) is unknown color: approx Dark Magenta. HEX triplet: A2, 18 and 98. RGB value is (162,24,152). Sum of RGB (Red+Green+Blue) = 162+24+152=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A21898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21898 is #5DE767. Grayscale: #4F4F4F. Windows color (decimal): -6154088 or 9967778. OLE color: 9967778.

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

Color convert

RGB16224152-
CMYK00.850.060.36
HSL304.35º74.19%36.47%-
HSV(B)304.35º85.19%63.53%-
XYZ20.8910.630.65-
YUV79.85168.72186.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 24 (9.77% from 255) = 7.10%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=47.93%
G=7.10%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622415200.850.060.36304.3574.1936.47
HexA218980556241304a24
Octal24230230012564446011244
Binary101000101100010011000010101011101001001001100001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21898; }

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

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

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

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

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

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

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

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