Html Css Color HEX #A60DA2 Dark Magenta

📋 copy color: '#A60DA2'

red 166 ◦ green 13 ◦ blue 162

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

Shades of Dark Magenta #A60DA2

Tints of Dark Magenta #A60DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.51%

R = 48.68%
G = 3.81%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A60DA2 (or 0xA60DA2) is known color: Dark Magenta. HEX triplet: A6, 0D and A2. RGB value is (166,13,162). Sum of RGB (Red+Green+Blue) = 166+13+162=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A60DA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60DA2 is #59F25D. Grayscale: #4B4B4B. Windows color (decimal): -5894750 or 10620326. OLE color: 10620326.

HSL color Cylindrical-coordinate representation of color #A60DA2: hue angle of 301.57º 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 #A60DA2 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 13 162 -
CMYK 0 0.92 0.02 0.35
HSL 301.57º 0.85% 0.35% -
HSV(B) 301.57º 0.92% 0.65% -
XYZ 22.39 11 35.13 -
YUV 75.73 176.69 192.38 -
System Red Green Blue C M Y K H S L
Decimal 166 13 162 0 0.92 0.02 0.35 301.57 0.85 0.35
Hex A6 D A2 0 5C 2 23 12E 55 23
Octal 246 15 242 0 134 2 43 456 125 43
Binary 10100110 1101 10100010 0 1011100 10 100011 100101110 1010101 100011

Color Harmonies of #A60DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60DA2

Black with #A60DA2

Text Example


Text Example

White with #A60DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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