#A0098C

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

Shades of Dark Magenta #A0098C

Tints of Dark Magenta #A0098C

Color information

#A0098C (or 0xA0098C) is unknown color: approx Dark Magenta. HEX triplet: A0, 09 and 8C. RGB value is (160,9,140). Sum of RGB (Red+Green+Blue) = 160+9+140=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0098C is #5FF673. Grayscale: #444444. Windows color (decimal): -6289012 or 9177504. OLE color: 9177504.

HSL color Cylindrical-coordinate representation of color #A0098C: hue angle of 307.95º 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 #A0098C is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB1609140-
CMYK00.940.120.37
HSL307.95º89.35%33.14%-
HSV(B)307.95º94.38%62.75%-
XYZ19.339.5625.64-
YUV69.08168.03192.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 9 (3.91% from 255) = 2.91%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=51.78%
G=2.91%
B=45.31%

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
Decimal160914000.940.120.37307.9589.3533.14
HexA098C05EC251345921
Octal240112140136144546413141
Binary101000001001100011000101111011001001011001101001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0098C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0098C; }

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

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

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

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

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

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

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

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