#A60897

Color #A60897 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A60897

Tints of Dark Magenta #A60897

Color information

#A60897 (or 0xA60897) is unknown color: approx Dark Magenta. HEX triplet: A6, 08 and 97. RGB value is (166,8,151). Sum of RGB (Red+Green+Blue) = 166+8+151=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A60897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60897 is #59F768. Grayscale: #474747. Windows color (decimal): -5896041 or 9898150. OLE color: 9898150.

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

Color convert

RGB1668151-
CMYK00.950.090.35
HSL305.7º90.8%34.12%-
HSV(B)305.7º95.18%65.1%-
XYZ21.410.5230.18-
YUV71.54172.85195.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 8 (3.52% from 255) = 2.46%
BLUE value IS 151 (59.38% from 255) = 46.46%
R=51.08%
G=2.46%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166815100.950.090.35305.790.834.12
HexA689705F9231325b22
Octal246102270137114346213342
Binary101001101000100101110101111110011000111001100101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60897; }

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

 H1.HeaderClassName
 {
   color: #A60897;
 }
 .AnyTagClassName
 {
   color: #A60897;
 }
</style>
background-color css

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

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

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

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

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

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