Html Css Color HEX #A60F86 Dark Magenta

📋 copy color: '#A60F86'

red 166 ◦ green 15 ◦ blue 134

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

Shades of Dark Magenta #A60F86

Tints of Dark Magenta #A60F86

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.76%

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

R = 52.7%
G = 4.76%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A60F86 (or 0xA60F86) is known color: Dark Magenta. HEX triplet: A6, 0F and 86. RGB value is (166,15,134). Sum of RGB (Red+Green+Blue) = 166+15+134=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60F86 is #59F079. Grayscale: #494949. Windows color (decimal): -5894266 or 8785830. OLE color: 8785830.

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

Color convert

RGB 166 15 134 -
CMYK 0 0.91 0.19 0.35
HSL 312.72º 0.83% 0.35% -
HSV(B) 312.72º 0.91% 0.65% -
XYZ 20.2 10.17 23.45 -
YUV 73.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 166 15 134 0 0.91 0.19 0.35 312.72 0.83 0.35
Hex A6 F 86 0 5B 13 23 139 53 23
Octal 246 17 206 0 133 23 43 471 123 43
Binary 10100110 1111 10000110 0 1011011 10011 100011 100111001 1010011 100011

Color Harmonies of #A60F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60F86

Black with #A60F86

Text Example


Text Example

White with #A60F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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