Html Css Color HEX #A60187 Dark Magenta

📋 copy color: '#A60187'

red 166 ◦ green 1 ◦ blue 135

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

Shades of Dark Magenta #A60187

Tints of Dark Magenta #A60187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 54.97%
G = 0.33%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A60187 (or 0xA60187) is known color: Dark Magenta. HEX triplet: A6, 01 and 87. RGB value is (166,1,135). Sum of RGB (Red+Green+Blue) = 166+1+135=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A60187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60187 is #59FE78. Grayscale: #414141. Windows color (decimal): -5897849 or 8847782. OLE color: 8847782.

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

Color convert

RGB 166 1 135 -
CMYK 0 0.99 0.19 0.35
HSL 311.27º 0.99% 0.33% -
HSV(B) 311.27º 0.99% 0.65% -
XYZ 20.11 9.88 23.77 -
YUV 65.61 167.16 199.6 -
System Red Green Blue C M Y K H S L
Decimal 166 1 135 0 0.99 0.19 0.35 311.27 0.99 0.33
Hex A6 1 87 0 63 13 23 137 63 21
Octal 246 1 207 0 143 23 43 467 143 41
Binary 10100110 1 10000111 0 1100011 10011 100011 100110111 1100011 100001

Color Harmonies of #A60187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60187

Black with #A60187

Text Example


Text Example

White with #A60187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60187; }

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

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

background-color css

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

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

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

border-color css

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

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

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