Html Css Color HEX #A60E9C Dark Magenta

📋 copy color: '#A60E9C'

red 166 ◦ green 14 ◦ blue 156

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

Shades of Dark Magenta #A60E9C

Tints of Dark Magenta #A60E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 49.4%
G = 4.17%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A60E9C (or 0xA60E9C) is known color: Dark Magenta. HEX triplet: A6, 0E and 9C. RGB value is (166,14,156). Sum of RGB (Red+Green+Blue) = 166+14+156=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60E9C is #59F163. Grayscale: #4B4B4B. Windows color (decimal): -5894500 or 10227366. OLE color: 10227366.

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

Color convert

RGB 166 14 156 -
CMYK 0 0.92 0.06 0.35
HSL 303.95º 0.84% 0.35% -
HSV(B) 303.95º 0.92% 0.65% -
XYZ 21.88 10.82 32.39 -
YUV 75.64 173.36 192.45 -
System Red Green Blue C M Y K H S L
Decimal 166 14 156 0 0.92 0.06 0.35 303.95 0.84 0.35
Hex A6 E 9C 0 5C 6 23 130 54 23
Octal 246 16 234 0 134 6 43 460 124 43
Binary 10100110 1110 10011100 0 1011100 110 100011 100110000 1010100 100011

Color Harmonies of #A60E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60E9C

Black with #A60E9C

Text Example


Text Example

White with #A60E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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