Html Css Color HEX #A00986 Dark Magenta

📋 copy color: '#A00986'

red 160 ◦ green 9 ◦ blue 134

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

Shades of Dark Magenta #A00986

Tints of Dark Magenta #A00986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.22%

R = 52.81%
G = 2.97%
B = 44.22%

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

#A00986 (or 0xA00986) is known color: Dark Magenta. HEX triplet: A0, 09 and 86. RGB value is (160,9,134). Sum of RGB (Red+Green+Blue) = 160+9+134=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A00986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00986 is #5FF679. Grayscale: #444444. Windows color (decimal): -6289018 or 8784288. OLE color: 8784288.

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

Color convert

RGB 160 9 134 -
CMYK 0 0.94 0.16 0.37
HSL 310.33º 0.89% 0.33% -
HSV(B) 310.33º 0.94% 0.63% -
XYZ 18.9 9.39 23.37 -
YUV 68.4 165.03 193.34 -
System Red Green Blue C M Y K H S L
Decimal 160 9 134 0 0.94 0.16 0.37 310.33 0.89 0.33
Hex A0 9 86 0 5E 10 25 136 59 21
Octal 240 11 206 0 136 20 45 466 131 41
Binary 10100000 1001 10000110 0 1011110 10000 100101 100110110 1011001 100001

Color Harmonies of #A00986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00986

Black with #A00986

Text Example


Text Example

White with #A00986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00986; }

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

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

background-color css

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

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

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

border-color css

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

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

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