Html Css Color HEX #A60AAC Dark Magenta

📋 copy color: '#A60AAC'

red 166 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #A60AAC

Tints of Dark Magenta #A60AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.87%

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

R = 47.7%
G = 2.87%
B = 49.43%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A60AAC (or 0xA60AAC) is known color: Dark Magenta. HEX triplet: A6, 0A and AC. RGB value is (166,10,172). Sum of RGB (Red+Green+Blue) = 166+10+172=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #A60AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AAC is #59F553. Grayscale: #4A4A4A. Windows color (decimal): -5895508 or 11274918. OLE color: 11274918.

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

Color convert

RGB 166 10 172 -
CMYK 0.03 0.94 0 0.33
HSL 297.78º 0.89% 0.36% -
HSV(B) 297.78º 0.94% 0.67% -
XYZ 23.28 11.3 39.98 -
YUV 75.11 182.68 192.83 -
System Red Green Blue C M Y K H S L
Decimal 166 10 172 0.03 0.94 0 0.33 297.78 0.89 0.36
Hex A6 A AC 3 5E 0 21 12A 59 24
Octal 246 12 254 3 136 0 41 452 131 44
Binary 10100110 1010 10101100 11 1011110 0 100001 100101010 1011001 100100

Color Harmonies of #A60AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60AAC

Black with #A60AAC

Text Example


Text Example

White with #A60AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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