Html Css Color HEX #A60AA4 Dark Magenta

📋 copy color: '#A60AA4'

red 166 ◦ green 10 ◦ blue 164

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

Shades of Dark Magenta #A60AA4

Tints of Dark Magenta #A60AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.24%

R = 48.82%
G = 2.94%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A60AA4 (or 0xA60AA4) is known color: Dark Magenta. HEX triplet: A6, 0A and A4. RGB value is (166,10,164). Sum of RGB (Red+Green+Blue) = 166+10+164=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A60AA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60AA4 is #59F55B. Grayscale: #494949. Windows color (decimal): -5895516 or 10750630. OLE color: 10750630.

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

Color convert

RGB 166 10 164 -
CMYK 0 0.94 0.01 0.35
HSL 300.77º 0.89% 0.35% -
HSV(B) 300.77º 0.94% 0.65% -
XYZ 22.54 11 36.06 -
YUV 74.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 166 10 164 0 0.94 0.01 0.35 300.77 0.89 0.35
Hex A6 A A4 0 5E 1 23 12D 59 23
Octal 246 12 244 0 136 1 43 455 131 43
Binary 10100110 1010 10100100 0 1011110 1 100011 100101101 1011001 100011

Color Harmonies of #A60AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60AA4

Black with #A60AA4

Text Example


Text Example

White with #A60AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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