Html Css Color HEX #A60D87 Dark Magenta

📋 copy color: '#A60D87'

red 166 ◦ green 13 ◦ blue 135

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

Shades of Dark Magenta #A60D87

Tints of Dark Magenta #A60D87

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.14%

 BLUE value IS 135 (53.13% from 255) = 42.99%

R = 52.87%
G = 4.14%
B = 42.99%

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

#A60D87 (or 0xA60D87) is known color: Dark Magenta. HEX triplet: A6, 0D and 87. RGB value is (166,13,135). Sum of RGB (Red+Green+Blue) = 166+13+135=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60D87 is #59F278. Grayscale: #484848. Windows color (decimal): -5894777 or 8850854. OLE color: 8850854.

HSL color Cylindrical-coordinate representation of color #A60D87: hue angle of 312.16º degrees, saturation: 0.85, 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 #A60D87 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 13 135 -
CMYK 0 0.92 0.19 0.35
HSL 312.16º 0.85% 0.35% -
HSV(B) 312.16º 0.92% 0.65% -
XYZ 20.24 10.14 23.81 -
YUV 72.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 166 13 135 0 0.92 0.19 0.35 312.16 0.85 0.35
Hex A6 D 87 0 5C 13 23 138 55 23
Octal 246 15 207 0 134 23 43 470 125 43
Binary 10100110 1101 10000111 0 1011100 10011 100011 100111000 1010101 100011

Color Harmonies of #A60D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60D87

Black with #A60D87

Text Example


Text Example

White with #A60D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60D87; }

 p { color: rgb(166,13,135); }

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

background-color css

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

 a { background-color: rgb(166,13,135); }

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

border-color css

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

 span { border-color: rgb(166,13,135); }

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