Html Css Color HEX #A00586 Dark Magenta

📋 copy color: '#A00586'

red 160 ◦ green 5 ◦ blue 134

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

Shades of Dark Magenta #A00586

Tints of Dark Magenta #A00586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 53.51%
G = 1.67%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A00586 (or 0xA00586) is known color: Dark Magenta. HEX triplet: A0, 05 and 86. RGB value is (160,5,134). Sum of RGB (Red+Green+Blue) = 160+5+134=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A00586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00586 is #5FFA79. Grayscale: #414141. Windows color (decimal): -6290042 or 8783264. OLE color: 8783264.

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

Color convert

RGB 160 5 134 -
CMYK 0 0.97 0.16 0.37
HSL 310.06º 0.94% 0.32% -
HSV(B) 310.06º 0.97% 0.63% -
XYZ 18.85 9.3 23.36 -
YUV 66.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 160 5 134 0 0.97 0.16 0.37 310.06 0.94 0.32
Hex A0 5 86 0 61 10 25 136 5E 20
Octal 240 5 206 0 141 20 45 466 136 40
Binary 10100000 101 10000110 0 1100001 10000 100101 100110110 1011110 100000

Color Harmonies of #A00586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00586

Black with #A00586

Text Example


Text Example

White with #A00586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00586; }

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

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

background-color css

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

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

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

border-color css

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

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

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