#a0099a

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

Shades of Dark Magenta #A0099A

Tints of Dark Magenta #A0099A

Color information

#A0099A (or 0xA0099A) is unknown color: approx Dark Magenta. HEX triplet: A0, 09 and 9A. RGB value is (160,9,154). Sum of RGB (Red+Green+Blue) = 160+9+154=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0099A is #5FF665. Grayscale: #464646. Windows color (decimal): -6288998 or 10095008. OLE color: 10095008.

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

Color convert

RGB1609154-
CMYK00.940.040.37
HSL302.38º89.35%33.14%-
HSV(B)302.38º94.38%62.75%-
XYZ20.431031.43-
YUV70.68175.03191.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 9 (3.91% from 255) = 2.79%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=49.54%
G=2.79%
B=47.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160915400.940.040.37302.3889.3533.14
HexA099A05E42512e5921
Octal24011232013644545613141
Binary10100000100110011010010111101001001011001011101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0099a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0099a; }

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

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

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

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

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

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

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

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