#A0098D

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

Shades of Dark Magenta #A0098D

Tints of Dark Magenta #A0098D

Color information

#A0098D (or 0xA0098D) is unknown color: approx Dark Magenta. HEX triplet: A0, 09 and 8D. RGB value is (160,9,141). Sum of RGB (Red+Green+Blue) = 160+9+141=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A0098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0098D is #5FF672. Grayscale: #444444. Windows color (decimal): -6289011 or 9243040. OLE color: 9243040.

HSL color Cylindrical-coordinate representation of color #A0098D: hue angle of 307.55º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0098D is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB1609141-
CMYK00.940.120.37
HSL307.55º89.35%33.14%-
HSV(B)307.55º94.38%62.75%-
XYZ19.49.5926.03-
YUV69.2168.53192.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 9 (3.91% from 255) = 2.90%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=51.61%
G=2.90%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160914100.940.120.37307.5589.3533.14
HexA098D05EC251345921
Octal240112150136144546413141
Binary101000001001100011010101111011001001011001101001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0098D; }

 p { color: rgb(160,9,141); }

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

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

 a { background-color: rgb(160,9,141); }

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

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

 span { border-color: rgb(160,9,141); }

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