#A21F98

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

Shades of Dark Magenta #A21F98

Tints of Dark Magenta #A21F98

Color information

#A21F98 (or 0xA21F98) is unknown color: approx Dark Magenta. HEX triplet: A2, 1F and 98. RGB value is (162,31,152). Sum of RGB (Red+Green+Blue) = 162+31+152=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21F98 is #5DE067. Grayscale: #535353. Windows color (decimal): -6152296 or 9969570. OLE color: 9969570.

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

Color convert

RGB16231152-
CMYK00.810.060.36
HSL304.58º67.88%37.84%-
HSV(B)304.58º80.86%63.53%-
XYZ21.0610.9330.71-
YUV83.96166.4183.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 31 (12.5% from 255) = 8.99%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=46.96%
G=8.99%
B=44.06%

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
Decimal1623115200.810.060.36304.5867.8837.84
HexA21F980516241314426
Octal24237230012164446110446
Binary101000101111110011000010100011101001001001100011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21F98; }

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

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

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

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

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

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

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

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