Html Css Color HEX #A00D87 Dark Magenta

📋 copy color: '#A00D87'

red 160 ◦ green 13 ◦ blue 135

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

Shades of Dark Magenta #A00D87

Tints of Dark Magenta #A00D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.83%

R = 51.95%
G = 4.22%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A00D87 (or 0xA00D87) is known color: Dark Magenta. HEX triplet: A0, 0D and 87. RGB value is (160,13,135). Sum of RGB (Red+Green+Blue) = 160+13+135=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00D87 is #5FF278. Grayscale: #464646. Windows color (decimal): -6287993 or 8850848. OLE color: 8850848.

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

Color convert

RGB 160 13 135 -
CMYK 0 0.92 0.16 0.37
HSL 310.2º 0.85% 0.34% -
HSV(B) 310.2º 0.92% 0.63% -
XYZ 19.01 9.51 23.76 -
YUV 70.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 160 13 135 0 0.92 0.16 0.37 310.2 0.85 0.34
Hex A0 D 87 0 5C 10 25 136 55 22
Octal 240 15 207 0 134 20 45 466 125 42
Binary 10100000 1101 10000111 0 1011100 10000 100101 100110110 1010101 100010

Color Harmonies of #A00D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00D87

Black with #A00D87

Text Example


Text Example

White with #A00D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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