Html Css Color HEX #A60895 Dark Magenta

📋 copy color: '#A60895'

red 166 ◦ green 8 ◦ blue 149

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

Shades of Dark Magenta #A60895

Tints of Dark Magenta #A60895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

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

R = 51.39%
G = 2.48%
B = 46.13%

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

#A60895 (or 0xA60895) is known color: Dark Magenta. HEX triplet: A6, 08 and 95. RGB value is (166,8,149). Sum of RGB (Red+Green+Blue) = 166+8+149=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A60895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60895 is #59F76A. Grayscale: #464646. Windows color (decimal): -5896043 or 9767078. OLE color: 9767078.

HSL color Cylindrical-coordinate representation of color #A60895: hue angle of 306.46º degrees, saturation: 0.91, 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 #A60895 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 8 149 -
CMYK 0 0.95 0.10 0.35
HSL 306.46º 0.91% 0.34% -
HSV(B) 306.46º 0.95% 0.65% -
XYZ 21.24 10.45 29.33 -
YUV 71.32 171.85 195.54 -
System Red Green Blue C M Y K H S L
Decimal 166 8 149 0 0.95 0.10 0.35 306.46 0.91 0.34
Hex A6 8 95 0 5F A 23 132 5B 22
Octal 246 10 225 0 137 12 43 462 133 42
Binary 10100110 1000 10010101 0 1011111 1010 100011 100110010 1011011 100010

Color Harmonies of #A60895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60895

Black with #A60895

Text Example


Text Example

White with #A60895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60895; }

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

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

background-color css

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

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

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

border-color css

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

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

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