Html Css Color HEX #A00686 Dark Magenta

📋 copy color: '#A00686'

red 160 ◦ green 6 ◦ blue 134

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

Shades of Dark Magenta #A00686

Tints of Dark Magenta #A00686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2%

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

R = 53.33%
G = 2%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A00686 (or 0xA00686) is known color: Dark Magenta. HEX triplet: A0, 06 and 86. RGB value is (160,6,134). Sum of RGB (Red+Green+Blue) = 160+6+134=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A00686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00686 is #5FF979. Grayscale: #424242. Windows color (decimal): -6289786 or 8783520. OLE color: 8783520.

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

Color convert

RGB 160 6 134 -
CMYK 0 0.96 0.16 0.37
HSL 310.13º 0.93% 0.33% -
HSV(B) 310.13º 0.96% 0.63% -
XYZ 18.87 9.33 23.36 -
YUV 66.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 160 6 134 0 0.96 0.16 0.37 310.13 0.93 0.33
Hex A0 6 86 0 60 10 25 136 5D 21
Octal 240 6 206 0 140 20 45 466 135 41
Binary 10100000 110 10000110 0 1100000 10000 100101 100110110 1011101 100001

Color Harmonies of #A00686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00686

Black with #A00686

Text Example


Text Example

White with #A00686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00686; }

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

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

background-color css

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

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

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

border-color css

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

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

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