Html Css Color HEX #A00981 Dark Magenta

📋 copy color: '#A00981'

red 160 ◦ green 9 ◦ blue 129

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

Shades of Dark Magenta #A00981

Tints of Dark Magenta #A00981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.29%

R = 53.69%
G = 3.02%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A00981 (or 0xA00981) is known color: Dark Magenta. HEX triplet: A0, 09 and 81. RGB value is (160,9,129). Sum of RGB (Red+Green+Blue) = 160+9+129=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A00981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00981 is #5FF67E. Grayscale: #434343. Windows color (decimal): -6289023 or 8456608. OLE color: 8456608.

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

Color convert

RGB 160 9 129 -
CMYK 0 0.94 0.19 0.37
HSL 312.32º 0.89% 0.33% -
HSV(B) 312.32º 0.94% 0.63% -
XYZ 18.56 9.25 21.58 -
YUV 67.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 160 9 129 0 0.94 0.19 0.37 312.32 0.89 0.33
Hex A0 9 81 0 5E 13 25 138 59 21
Octal 240 11 201 0 136 23 45 470 131 41
Binary 10100000 1001 10000001 0 1011110 10011 100101 100111000 1011001 100001

Color Harmonies of #A00981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00981

Black with #A00981

Text Example


Text Example

White with #A00981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00981; }

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

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

background-color css

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

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

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

border-color css

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

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

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