#A0089F

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

Shades of Dark Magenta #A0089F

Tints of Dark Magenta #A0089F

Color information

#A0089F (or 0xA0089F) is unknown color: approx Dark Magenta. HEX triplet: A0, 08 and 9F. RGB value is (160,8,159). Sum of RGB (Red+Green+Blue) = 160+8+159=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A0089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0089F is #5FF760. Grayscale: #464646. Windows color (decimal): -6289249 or 10422432. OLE color: 10422432.

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

Color convert

RGB1608159-
CMYK00.950.010.37
HSL300.39º90.48%32.94%-
HSV(B)300.39º95%62.75%-
XYZ20.8410.1533.66-
YUV70.66177.86191.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 8 (3.52% from 255) = 2.45%
BLUE value IS 159 (62.5% from 255) = 48.62%
R=48.93%
G=2.45%
B=48.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160815900.950.010.37300.3990.4832.94
HexA089F05F12512c5a21
Octal24010237013714545413241
Binary101000001000100111110101111111001011001011001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0089F; }

 p { color: rgb(160,8,159); }

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

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

 a { background-color: rgb(160,8,159); }

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

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

 span { border-color: rgb(160,8,159); }

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