Html Css Color HEX #A00987 Dark Magenta

📋 copy color: '#A00987'

red 160 ◦ green 9 ◦ blue 135

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

Shades of Dark Magenta #A00987

Tints of Dark Magenta #A00987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.96%

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

R = 52.63%
G = 2.96%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A00987 (or 0xA00987) is known color: Dark Magenta. HEX triplet: A0, 09 and 87. RGB value is (160,9,135). Sum of RGB (Red+Green+Blue) = 160+9+135=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A00987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00987 is #5FF678. Grayscale: #444444. Windows color (decimal): -6289017 or 8849824. OLE color: 8849824.

HSL color Cylindrical-coordinate representation of color #A00987: hue angle of 309.93º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00987 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 135 -
CMYK 0 0.94 0.16 0.37
HSL 309.93º 0.89% 0.33% -
HSV(B) 309.93º 0.94% 0.63% -
XYZ 18.97 9.42 23.74 -
YUV 68.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 160 9 135 0 0.94 0.16 0.37 309.93 0.89 0.33
Hex A0 9 87 0 5E 10 25 136 59 21
Octal 240 11 207 0 136 20 45 466 131 41
Binary 10100000 1001 10000111 0 1011110 10000 100101 100110110 1011001 100001

Color Harmonies of #A00987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00987

Black with #A00987

Text Example


Text Example

White with #A00987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00987; }

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

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

background-color css

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

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

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

border-color css

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

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

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