Html Css Color HEX #A60AA8 Dark Magenta

📋 copy color: '#A60AA8'

red 166 ◦ green 10 ◦ blue 168

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

Shades of Dark Magenta #A60AA8

Tints of Dark Magenta #A60AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48.84%

R = 48.26%
G = 2.91%
B = 48.84%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A60AA8 (or 0xA60AA8) is known color: Dark Magenta. HEX triplet: A6, 0A and A8. RGB value is (166,10,168). Sum of RGB (Red+Green+Blue) = 166+10+168=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 168 - color contains mainly: blue. Hex color #A60AA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AA8 is #59F557. Grayscale: #4A4A4A. Windows color (decimal): -5895512 or 11012774. OLE color: 11012774.

HSL color Cylindrical-coordinate representation of color #A60AA8: hue angle of 299.24º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60AA8 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 10 168 -
CMYK 0.01 0.94 0 0.34
HSL 299.24º 0.89% 0.35% -
HSV(B) 299.24º 0.94% 0.66% -
XYZ 22.9 11.15 37.99 -
YUV 74.66 180.68 193.15 -
System Red Green Blue C M Y K H S L
Decimal 166 10 168 0.01 0.94 0 0.34 299.24 0.89 0.35
Hex A6 A A8 1 5E 0 22 12B 59 23
Octal 246 12 250 1 136 0 42 453 131 43
Binary 10100110 1010 10101000 1 1011110 0 100010 100101011 1011001 100011

Color Harmonies of #A60AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60AA8

Black with #A60AA8

Text Example


Text Example

White with #A60AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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