#A60888

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

Shades of Dark Magenta #A60888

Tints of Dark Magenta #A60888

Color information

#A60888 (or 0xA60888) is unknown color: approx Dark Magenta. HEX triplet: A6, 08 and 88. RGB value is (166,8,136). Sum of RGB (Red+Green+Blue) = 166+8+136=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A60888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60888 is #59F777. Grayscale: #454545. Windows color (decimal): -5896056 or 8915110. OLE color: 8915110.

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

Color convert

RGB1668136-
CMYK00.950.180.35
HSL311.39º90.8%34.12%-
HSV(B)311.39º95.18%65.1%-
XYZ20.2610.0624.17-
YUV69.83165.35196.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 8 (3.52% from 255) = 2.58%
BLUE value IS 136 (53.52% from 255) = 43.87%
R=53.55%
G=2.58%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166813600.950.180.35311.3990.834.12
HexA688805F12231375b22
Octal246102100137224346713342
Binary1010011010001000100001011111100101000111001101111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60888; }

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

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

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

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

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

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

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

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