#A0089E

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

Shades of Dark Magenta #A0089E

Tints of Dark Magenta #A0089E

Color information

#A0089E (or 0xA0089E) is unknown color: approx Dark Magenta. HEX triplet: A0, 08 and 9E. RGB value is (160,8,158). Sum of RGB (Red+Green+Blue) = 160+8+158=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0089E is #5FF761. Grayscale: #464646. Windows color (decimal): -6289250 or 10356896. OLE color: 10356896.

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

Color convert

RGB1608158-
CMYK00.950.010.37
HSL300.79º90.48%32.94%-
HSV(B)300.79º95%62.75%-
XYZ20.7610.1233.21-
YUV70.55177.36191.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 8 (3.52% from 255) = 2.45%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=49.08%
G=2.45%
B=48.47%

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
Decimal160815800.950.010.37300.7990.4832.94
HexA089E05F12512d5a21
Octal24010236013714545513241
Binary101000001000100111100101111111001011001011011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0089E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0089E; }

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

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

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

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

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

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

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

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