Html Css Color HEX #A60995 Dark Magenta

📋 copy color: '#A60995'

red 166 ◦ green 9 ◦ blue 149

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

Shades of Dark Magenta #A60995

Tints of Dark Magenta #A60995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.78%

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 51.23%
G = 2.78%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A60995 (or 0xA60995) is known color: Dark Magenta. HEX triplet: A6, 09 and 95. RGB value is (166,9,149). Sum of RGB (Red+Green+Blue) = 166+9+149=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A60995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60995 is #59F66A. Grayscale: #474747. Windows color (decimal): -5895787 or 9767334. OLE color: 9767334.

HSL color Cylindrical-coordinate representation of color #A60995: hue angle of 306.5º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60995 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 9 149 -
CMYK 0 0.95 0.10 0.35
HSL 306.5º 0.9% 0.34% -
HSV(B) 306.5º 0.95% 0.65% -
XYZ 21.25 10.47 29.34 -
YUV 71.9 171.51 195.12 -
System Red Green Blue C M Y K H S L
Decimal 166 9 149 0 0.95 0.10 0.35 306.5 0.9 0.34
Hex A6 9 95 0 5F A 23 132 5A 22
Octal 246 11 225 0 137 12 43 462 132 42
Binary 10100110 1001 10010101 0 1011111 1010 100011 100110010 1011010 100010

Color Harmonies of #A60995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60995

Black with #A60995

Text Example


Text Example

White with #A60995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60995; }

 p { color: rgb(166,9,149); }

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

background-color css

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

 a { background-color: rgb(166,9,149); }

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

border-color css

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

 span { border-color: rgb(166,9,149); }

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