#A60090

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

Shades of Dark Magenta #A60090

Tints of Dark Magenta #A60090

Color information

#A60090 (or 0xA60090) is unknown color: approx Dark Magenta. HEX triplet: A6, 00 and 90. RGB value is (166,0,144). Sum of RGB (Red+Green+Blue) = 166+0+144=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A60090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60090 is #59FF6F. Grayscale: #414141. Windows color (decimal): -5898096 or 9437350. OLE color: 9437350.

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

Color convert

RGB1660144-
CMYK010.130.35
HSL307.95º100%32.55%-
HSV(B)307.95º100%65.1%-
XYZ20.7610.1227.24-
YUV66.05172199.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=53.55%
G=0%
B=46.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1660144010.130.35307.9510032.55
HexA6090064D231346421
Octal24602200144154346414441
Binary101001100100100000110010011011000111001101001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60090; }

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

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

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

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

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

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

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

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