Html Css Color HEX #A60486 Dark Magenta

📋 copy color: '#A60486'

red 166 ◦ green 4 ◦ blue 134

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

Shades of Dark Magenta #A60486

Tints of Dark Magenta #A60486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 54.61%
G = 1.32%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A60486 (or 0xA60486) is known color: Dark Magenta. HEX triplet: A6, 04 and 86. RGB value is (166,4,134). Sum of RGB (Red+Green+Blue) = 166+4+134=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A60486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60486 is #59FB79. Grayscale: #424242. Windows color (decimal): -5897082 or 8783014. OLE color: 8783014.

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

Color convert

RGB 166 4 134 -
CMYK 0 0.98 0.19 0.35
HSL 311.85º 0.95% 0.33% -
HSV(B) 311.85º 0.98% 0.65% -
XYZ 20.07 9.92 23.41 -
YUV 67.26 165.67 198.43 -
System Red Green Blue C M Y K H S L
Decimal 166 4 134 0 0.98 0.19 0.35 311.85 0.95 0.33
Hex A6 4 86 0 62 13 23 138 5F 21
Octal 246 4 206 0 142 23 43 470 137 41
Binary 10100110 100 10000110 0 1100010 10011 100011 100111000 1011111 100001

Color Harmonies of #A60486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60486

Black with #A60486

Text Example


Text Example

White with #A60486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60486; }

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

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

background-color css

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

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

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

border-color css

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

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

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