#A60095

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

Shades of Dark Magenta #A60095

Tints of Dark Magenta #A60095

Color information

#A60095 (or 0xA60095) is unknown color: approx Dark Magenta. HEX triplet: A6, 00 and 95. RGB value is (166,0,149). Sum of RGB (Red+Green+Blue) = 166+0+149=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A60095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60095 is #59FF6A. Grayscale: #424242. Windows color (decimal): -5898091 or 9765030. OLE color: 9765030.

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

Color convert

RGB1660149-
CMYK010.100.35
HSL306.14º100%32.55%-
HSV(B)306.14º100%65.1%-
XYZ21.1510.2829.3-
YUV66.62174.5198.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=52.70%
G=0%
B=47.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1660149010.100.35306.1410032.55
HexA6095064A231326421
Octal24602250144124346214441
Binary101001100100101010110010010101000111001100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60095; }

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

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

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

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

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

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

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

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