Html Css Color HEX #A0008E Dark Magenta

📋 copy color: '#A0008E'

red 160 ◦ green 0 ◦ blue 142

#A0008E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A0008E

Tints of Dark Magenta #A0008E

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 value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0008E (or 0xA0008E) is known color: 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

RGB 160 0 142 -
CMYK 0 1 0.11 0.37
HSL 306.75º 1% 0.31% -
HSV(B) 306.75º 1% 0.63% -
XYZ 19.38 9.43 26.39 -
YUV 64.03 172.01 196.45 -
System Red Green Blue C M Y K H S L
Decimal 160 0 142 0 1 0.11 0.37 306.75 1 0.31
Hex A0 0 8E 0 64 B 25 133 64 1F
Octal 240 0 216 0 144 13 45 463 144 37
Binary 10100000 0 10001110 0 1100100 1011 100101 100110011 1100100 11111

Color Harmonies of #A0008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0008E

Black with #A0008E

Text Example


Text Example

White with #A0008E

Text Example


Text Example

HTML Codes & Css Web 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>