Html Css Color HEX #A60DA4 Dark Magenta

📋 copy color: '#A60DA4'

red 166 ◦ green 13 ◦ blue 164

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

Shades of Dark Magenta #A60DA4

Tints of Dark Magenta #A60DA4

RGB

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

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

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

R = 48.4%
G = 3.79%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A60DA4 (or 0xA60DA4) is known color: Dark Magenta. HEX triplet: A6, 0D and A4. RGB value is (166,13,164). Sum of RGB (Red+Green+Blue) = 166+13+164=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A60DA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60DA4 is #59F25B. Grayscale: #4B4B4B. Windows color (decimal): -5894748 or 10751398. OLE color: 10751398.

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

Color convert

RGB 166 13 164 -
CMYK 0 0.92 0.01 0.35
HSL 300.78º 0.85% 0.35% -
HSV(B) 300.78º 0.92% 0.65% -
XYZ 22.57 11.08 36.07 -
YUV 75.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 166 13 164 0 0.92 0.01 0.35 300.78 0.85 0.35
Hex A6 D A4 0 5C 1 23 12D 55 23
Octal 246 15 244 0 134 1 43 455 125 43
Binary 10100110 1101 10100100 0 1011100 1 100011 100101101 1010101 100011

Color Harmonies of #A60DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60DA4

Black with #A60DA4

Text Example


Text Example

White with #A60DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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