Html Css Color HEX #A60987 Dark Magenta

📋 copy color: '#A60987'

red 166 ◦ green 9 ◦ blue 135

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

Shades of Dark Magenta #A60987

Tints of Dark Magenta #A60987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.9%

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

R = 53.55%
G = 2.9%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A60987 (or 0xA60987) is known color: Dark Magenta. HEX triplet: A6, 09 and 87. RGB value is (166,9,135). Sum of RGB (Red+Green+Blue) = 166+9+135=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A60987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60987 is #59F678. Grayscale: #454545. Windows color (decimal): -5895801 or 8849830. OLE color: 8849830.

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

Color convert

RGB 166 9 135 -
CMYK 0 0.95 0.19 0.35
HSL 311.85º 0.9% 0.34% -
HSV(B) 311.85º 0.95% 0.65% -
XYZ 20.2 10.05 23.8 -
YUV 70.31 164.51 196.25 -
System Red Green Blue C M Y K H S L
Decimal 166 9 135 0 0.95 0.19 0.35 311.85 0.9 0.34
Hex A6 9 87 0 5F 13 23 138 5A 22
Octal 246 11 207 0 137 23 43 470 132 42
Binary 10100110 1001 10000111 0 1011111 10011 100011 100111000 1011010 100010

Color Harmonies of #A60987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60987

Black with #A60987

Text Example


Text Example

White with #A60987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60987; }

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

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

background-color css

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

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

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

border-color css

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

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

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