#A60097

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

Shades of Dark Magenta #A60097

Tints of Dark Magenta #A60097

Color information

#A60097 (or 0xA60097) is unknown color: approx Dark Magenta. HEX triplet: A6, 00 and 97. RGB value is (166,0,151). Sum of RGB (Red+Green+Blue) = 166+0+151=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A60097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60097 is #59FF68. Grayscale: #424242. Windows color (decimal): -5898089 or 9896102. OLE color: 9896102.

HSL color Cylindrical-coordinate representation of color #A60097: hue angle of 305.42º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60097 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB1660151-
CMYK010.090.35
HSL305.42º100%32.55%-
HSV(B)305.42º100%65.1%-
XYZ21.3110.3430.15-
YUV66.85175.5198.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 151 (59.38% from 255) = 47.63%
R=52.37%
G=0%
B=47.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1660151010.090.35305.4210032.55
HexA60970649231316421
Octal24602270144114346114441
Binary101001100100101110110010010011000111001100011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60097; }

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

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

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

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

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

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

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

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