Html Css Color HEX #A60FAC Dark Magenta

📋 copy color: '#A60FAC'

red 166 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #A60FAC

Tints of Dark Magenta #A60FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.25%

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

R = 47.03%
G = 4.25%
B = 48.73%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A60FAC (or 0xA60FAC) is known color: Dark Magenta. HEX triplet: A6, 0F and AC. RGB value is (166,15,172). Sum of RGB (Red+Green+Blue) = 166+15+172=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #A60FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60FAC is #59F053. Grayscale: #4D4D4D. Windows color (decimal): -5894228 or 11276198. OLE color: 11276198.

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

Color convert

RGB 166 15 172 -
CMYK 0.03 0.91 0 0.33
HSL 297.71º 0.84% 0.37% -
HSV(B) 297.71º 0.91% 0.67% -
XYZ 23.34 11.43 40.01 -
YUV 78.05 181.03 190.73 -
System Red Green Blue C M Y K H S L
Decimal 166 15 172 0.03 0.91 0 0.33 297.71 0.84 0.37
Hex A6 F AC 3 5B 0 21 12A 54 25
Octal 246 17 254 3 133 0 41 452 124 45
Binary 10100110 1111 10101100 11 1011011 0 100001 100101010 1010100 100101

Color Harmonies of #A60FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FAC

Black with #A60FAC

Text Example


Text Example

White with #A60FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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