Html Css Color HEX #A60EAC Dark Magenta

📋 copy color: '#A60EAC'

red 166 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #A60EAC

Tints of Dark Magenta #A60EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.98%

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 47.16%
G = 3.98%
B = 48.86%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A60EAC (or 0xA60EAC) is known color: Dark Magenta. HEX triplet: A6, 0E and AC. RGB value is (166,14,172). Sum of RGB (Red+Green+Blue) = 166+14+172=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #A60EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60EAC is #59F153. Grayscale: #4C4C4C. Windows color (decimal): -5894484 or 11275942. OLE color: 11275942.

HSL color Cylindrical-coordinate representation of color #A60EAC: hue angle of 297.72º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60EAC is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 14 172 -
CMYK 0.03 0.92 0 0.33
HSL 297.72º 0.85% 0.36% -
HSV(B) 297.72º 0.92% 0.67% -
XYZ 23.33 11.4 40 -
YUV 77.46 181.36 191.15 -
System Red Green Blue C M Y K H S L
Decimal 166 14 172 0.03 0.92 0 0.33 297.72 0.85 0.36
Hex A6 E AC 3 5C 0 21 12A 55 24
Octal 246 16 254 3 134 0 41 452 125 44
Binary 10100110 1110 10101100 11 1011100 0 100001 100101010 1010101 100100

Color Harmonies of #A60EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60EAC

Black with #A60EAC

Text Example


Text Example

White with #A60EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60EAC; }

 p { color: rgb(166,14,172); }

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

background-color css

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

 a { background-color: rgb(166,14,172); }

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

border-color css

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

 span { border-color: rgb(166,14,172); }

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