Html Css Color HEX #A60EA2 Dark Magenta

📋 copy color: '#A60EA2'

red 166 ◦ green 14 ◦ blue 162

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

Shades of Dark Magenta #A60EA2

Tints of Dark Magenta #A60EA2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.09%

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

R = 48.54%
G = 4.09%
B = 47.37%

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

#A60EA2 (or 0xA60EA2) is known color: Dark Magenta. HEX triplet: A6, 0E and A2. RGB value is (166,14,162). Sum of RGB (Red+Green+Blue) = 166+14+162=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A60EA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60EA2 is #59F15D. Grayscale: #4B4B4B. Windows color (decimal): -5894494 or 10620582. OLE color: 10620582.

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

Color convert

RGB 166 14 162 -
CMYK 0 0.92 0.02 0.35
HSL 301.58º 0.84% 0.35% -
HSV(B) 301.58º 0.92% 0.65% -
XYZ 22.4 11.03 35.13 -
YUV 76.32 176.36 191.97 -
System Red Green Blue C M Y K H S L
Decimal 166 14 162 0 0.92 0.02 0.35 301.58 0.84 0.35
Hex A6 E A2 0 5C 2 23 12E 54 23
Octal 246 16 242 0 134 2 43 456 124 43
Binary 10100110 1110 10100010 0 1011100 10 100011 100101110 1010100 100011

Color Harmonies of #A60EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60EA2

Black with #A60EA2

Text Example


Text Example

White with #A60EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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