Html Css Color HEX #A60DAC Dark Magenta

📋 copy color: '#A60DAC'

red 166 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #A60DAC

Tints of Dark Magenta #A60DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.7%

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

R = 47.29%
G = 3.7%
B = 49%

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

#A60DAC (or 0xA60DAC) is known color: Dark Magenta. HEX triplet: A6, 0D and AC. RGB value is (166,13,172). Sum of RGB (Red+Green+Blue) = 166+13+172=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #A60DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60DAC is #59F253. Grayscale: #4C4C4C. Windows color (decimal): -5894740 or 11275686. OLE color: 11275686.

HSL color Cylindrical-coordinate representation of color #A60DAC: hue angle of 297.74º degrees, saturation: 0.86, 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 #A60DAC is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 13 172 -
CMYK 0.03 0.92 0 0.33
HSL 297.74º 0.86% 0.36% -
HSV(B) 297.74º 0.92% 0.67% -
XYZ 23.32 11.37 40 -
YUV 76.87 181.69 191.57 -
System Red Green Blue C M Y K H S L
Decimal 166 13 172 0.03 0.92 0 0.33 297.74 0.86 0.36
Hex A6 D AC 3 5C 0 21 12A 56 24
Octal 246 15 254 3 134 0 41 452 126 44
Binary 10100110 1101 10101100 11 1011100 0 100001 100101010 1010110 100100

Color Harmonies of #A60DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60DAC

Black with #A60DAC

Text Example


Text Example

White with #A60DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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