Html Css Color HEX #A00D8F Dark Magenta

📋 copy color: '#A00D8F'

red 160 ◦ green 13 ◦ blue 143

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

Shades of Dark Magenta #A00D8F

Tints of Dark Magenta #A00D8F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.11%

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

R = 50.63%
G = 4.11%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A00D8F (or 0xA00D8F) is known color: Dark Magenta. HEX triplet: A0, 0D and 8F. RGB value is (160,13,143). Sum of RGB (Red+Green+Blue) = 160+13+143=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00D8F is #5FF270. Grayscale: #474747. Windows color (decimal): -6287985 or 9375136. OLE color: 9375136.

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

Color convert

RGB 160 13 143 -
CMYK 0 0.92 0.11 0.37
HSL 306.94º 0.85% 0.34% -
HSV(B) 306.94º 0.92% 0.63% -
XYZ 19.6 9.74 26.83 -
YUV 71.77 168.2 190.93 -
System Red Green Blue C M Y K H S L
Decimal 160 13 143 0 0.92 0.11 0.37 306.94 0.85 0.34
Hex A0 D 8F 0 5C B 25 133 55 22
Octal 240 15 217 0 134 13 45 463 125 42
Binary 10100000 1101 10001111 0 1011100 1011 100101 100110011 1010101 100010

Color Harmonies of #A00D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00D8F

Black with #A00D8F

Text Example


Text Example

White with #A00D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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