Html Css Color HEX #A60795 Dark Magenta

📋 copy color: '#A60795'

red 166 ◦ green 7 ◦ blue 149

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

Shades of Dark Magenta #A60795

Tints of Dark Magenta #A60795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 51.55%
G = 2.17%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A60795 (or 0xA60795) is known color: Dark Magenta. HEX triplet: A6, 07 and 95. RGB value is (166,7,149). Sum of RGB (Red+Green+Blue) = 166+7+149=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A60795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60795 is #59F86A. Grayscale: #464646. Windows color (decimal): -5896299 or 9766822. OLE color: 9766822.

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

Color convert

RGB 166 7 149 -
CMYK 0 0.96 0.10 0.35
HSL 306.42º 0.92% 0.34% -
HSV(B) 306.42º 0.96% 0.65% -
XYZ 21.23 10.43 29.33 -
YUV 70.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 166 7 149 0 0.96 0.10 0.35 306.42 0.92 0.34
Hex A6 7 95 0 60 A 23 132 5C 22
Octal 246 7 225 0 140 12 43 462 134 42
Binary 10100110 111 10010101 0 1100000 1010 100011 100110010 1011100 100010

Color Harmonies of #A60795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60795

Black with #A60795

Text Example


Text Example

White with #A60795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60795; }

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

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

background-color css

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

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

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

border-color css

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

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

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