Html Css Color HEX #A00984 Dark Magenta

📋 copy color: '#A00984'

red 160 ◦ green 9 ◦ blue 132

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

Shades of Dark Magenta #A00984

Tints of Dark Magenta #A00984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.85%

R = 53.16%
G = 2.99%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A00984 (or 0xA00984) is known color: Dark Magenta. HEX triplet: A0, 09 and 84. RGB value is (160,9,132). Sum of RGB (Red+Green+Blue) = 160+9+132=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A00984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00984 is #5FF67B. Grayscale: #434343. Windows color (decimal): -6289020 or 8653216. OLE color: 8653216.

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

Color convert

RGB 160 9 132 -
CMYK 0 0.94 0.17 0.37
HSL 311.13º 0.89% 0.33% -
HSV(B) 311.13º 0.94% 0.63% -
XYZ 18.76 9.33 22.64 -
YUV 68.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 160 9 132 0 0.94 0.17 0.37 311.13 0.89 0.33
Hex A0 9 84 0 5E 11 25 137 59 21
Octal 240 11 204 0 136 21 45 467 131 41
Binary 10100000 1001 10000100 0 1011110 10001 100101 100110111 1011001 100001

Color Harmonies of #A00984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00984

Black with #A00984

Text Example


Text Example

White with #A00984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00984; }

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

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

background-color css

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

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

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

border-color css

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

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

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