Html Css Color HEX #A60E86 Dark Magenta

📋 copy color: '#A60E86'

red 166 ◦ green 14 ◦ blue 134

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

Shades of Dark Magenta #A60E86

Tints of Dark Magenta #A60E86

RGB

 RED value IS 166 (65.23% from 255) = 52.87%

 GREEN value IS 14 (5.86% from 255) = 4.46%

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

R = 52.87%
G = 4.46%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A60E86 (or 0xA60E86) is known color: Dark Magenta. HEX triplet: A6, 0E and 86. RGB value is (166,14,134). Sum of RGB (Red+Green+Blue) = 166+14+134=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60E86 is #59F179. Grayscale: #484848. Windows color (decimal): -5894522 or 8785574. OLE color: 8785574.

HSL color Cylindrical-coordinate representation of color #A60E86: hue angle of 312.63º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60E86 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 14 134 -
CMYK 0 0.92 0.19 0.35
HSL 312.63º 0.84% 0.35% -
HSV(B) 312.63º 0.92% 0.65% -
XYZ 20.19 10.14 23.45 -
YUV 73.13 162.36 194.24 -
System Red Green Blue C M Y K H S L
Decimal 166 14 134 0 0.92 0.19 0.35 312.63 0.84 0.35
Hex A6 E 86 0 5C 13 23 139 54 23
Octal 246 16 206 0 134 23 43 471 124 43
Binary 10100110 1110 10000110 0 1011100 10011 100011 100111001 1010100 100011

Color Harmonies of #A60E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60E86

Black with #A60E86

Text Example


Text Example

White with #A60E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60E86; }

 p { color: rgb(166,14,134); }

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

background-color css

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

 a { background-color: rgb(166,14,134); }

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

border-color css

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

 span { border-color: rgb(166,14,134); }

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