#A0008E

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

Shades of Dark Magenta #A0008E

Tints of Dark Magenta #A0008E

Color information

#A0008E (or 0xA0008E) is unknown color: approx Dark Magenta. HEX triplet: A0, 00 and 8E. RGB value is (160,0,142). Sum of RGB (Red+Green+Blue) = 160+0+142=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A0008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0008E is #5FFF71. Grayscale: #3F3F3F. Windows color (decimal): -6291314 or 9306272. OLE color: 9306272.

HSL color Cylindrical-coordinate representation of color #A0008E: hue angle of 306.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0008E is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB1600142-
CMYK010.110.37
HSL306.75º100%31.37%-
HSV(B)306.75º100%62.75%-
XYZ19.389.4326.39-
YUV64.03172.01196.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=52.98%
G=0%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1600142010.110.37306.7510031.37
HexA008E064B25133641f
Octal24002160144134546314437
Binary10100000010001110011001001011100101100110011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0008E; }

 p { color: rgb(160,0,142); }

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

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

 a { background-color: rgb(160,0,142); }

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

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

 span { border-color: rgb(160,0,142); }

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