Html Css Color HEX #A60186 Dark Magenta

📋 copy color: '#A60186'

red 166 ◦ green 1 ◦ blue 134

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

Shades of Dark Magenta #A60186

Tints of Dark Magenta #A60186

RGB

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

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

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

R = 55.15%
G = 0.33%
B = 44.52%

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

#A60186 (or 0xA60186) is known color: Dark Magenta. HEX triplet: A6, 01 and 86. RGB value is (166,1,134). Sum of RGB (Red+Green+Blue) = 166+1+134=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A60186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60186 is #59FE79. Grayscale: #414141. Windows color (decimal): -5897850 or 8782246. OLE color: 8782246.

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

Color convert

RGB 166 1 134 -
CMYK 0 0.99 0.19 0.35
HSL 311.64º 0.99% 0.33% -
HSV(B) 311.64º 0.99% 0.65% -
XYZ 20.04 9.85 23.4 -
YUV 65.5 166.66 199.69 -
System Red Green Blue C M Y K H S L
Decimal 166 1 134 0 0.99 0.19 0.35 311.64 0.99 0.33
Hex A6 1 86 0 63 13 23 138 63 21
Octal 246 1 206 0 143 23 43 470 143 41
Binary 10100110 1 10000110 0 1100011 10011 100011 100111000 1100011 100001

Color Harmonies of #A60186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60186

Black with #A60186

Text Example


Text Example

White with #A60186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60186; }

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

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

background-color css

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

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

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

border-color css

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

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

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