Html Css Color HEX #A60087 Dark Magenta

📋 copy color: '#A60087'

red 166 ◦ green 0 ◦ blue 135

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

Shades of Dark Magenta #A60087

Tints of Dark Magenta #A60087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.15%
G = 0%
B = 44.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A60087 (or 0xA60087) is known color: Dark Magenta. HEX triplet: A6, 00 and 87. RGB value is (166,0,135). Sum of RGB (Red+Green+Blue) = 166+0+135=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A60087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60087 is #59FF78. Grayscale: #404040. Windows color (decimal): -5898105 or 8847526. OLE color: 8847526.

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

Color convert

RGB 166 0 135 -
CMYK 0 1 0.19 0.35
HSL 311.2º 1% 0.33% -
HSV(B) 311.2º 1% 0.65% -
XYZ 20.1 9.86 23.76 -
YUV 65.02 167.5 200.02 -
System Red Green Blue C M Y K H S L
Decimal 166 0 135 0 1 0.19 0.35 311.2 1 0.33
Hex A6 0 87 0 64 13 23 137 64 21
Octal 246 0 207 0 144 23 43 467 144 41
Binary 10100110 0 10000111 0 1100100 10011 100011 100110111 1100100 100001

Color Harmonies of #A60087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60087

Black with #A60087

Text Example


Text Example

White with #A60087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60087; }

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

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

background-color css

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

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

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

border-color css

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

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

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