Html Css Color HEX #A0008F Dark Magenta

📋 copy color: '#A0008F'

red 160 ◦ green 0 ◦ blue 143

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

Shades of Dark Magenta #A0008F

Tints of Dark Magenta #A0008F

RGB

 RED value IS 160 (62.89% from 255) = 52.81%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 143 (56.25% from 255) = 47.19%

R = 52.81%
G = 0%
B = 47.19%

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

#A0008F (or 0xA0008F) is known color: Dark Magenta. HEX triplet: A0, 00 and 8F. RGB value is (160,0,143). Sum of RGB (Red+Green+Blue) = 160+0+143=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0008F is #5FFF70. Grayscale: #3F3F3F. Windows color (decimal): -6291313 or 9371808. OLE color: 9371808.

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

Color convert

RGB 160 0 143 -
CMYK 0 1 0.11 0.37
HSL 306.38º 1% 0.31% -
HSV(B) 306.38º 1% 0.63% -
XYZ 19.46 9.46 26.79 -
YUV 64.14 172.51 196.37 -
System Red Green Blue C M Y K H S L
Decimal 160 0 143 0 1 0.11 0.37 306.38 1 0.31
Hex A0 0 8F 0 64 B 25 132 64 1F
Octal 240 0 217 0 144 13 45 462 144 37
Binary 10100000 0 10001111 0 1100100 1011 100101 100110010 1100100 11111

Color Harmonies of #A0008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0008F

Black with #A0008F

Text Example


Text Example

White with #A0008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0008F; }

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

 H1.HeaderClassName
 {
   color: #A0008F;
 }
 .AnyTagClassName
 {
   color: #A0008F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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