#A61088

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

Shades of Dark Magenta #A61088

Tints of Dark Magenta #A61088

Color information

#A61088 (or 0xA61088) is unknown color: approx Dark Magenta. HEX triplet: A6, 10 and 88. RGB value is (166,16,136). Sum of RGB (Red+Green+Blue) = 166+16+136=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A61088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61088 is #59EF77. Grayscale: #4A4A4A. Windows color (decimal): -5894008 or 8917158. OLE color: 8917158.

HSL color Cylindrical-coordinate representation of color #A61088: hue angle of 312º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61088 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB16616136-
CMYK00.900.180.35
HSL312º82.42%35.69%-
HSV(B)312º90.36%65.1%-
XYZ20.3610.2624.2-
YUV74.53162.7193.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 16 (6.64% from 255) = 5.03%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=52.20%
G=5.03%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661613600.900.180.3531282.4235.69
HexA6108805A12231385224
Octal246202100132224347012244
Binary10100110100001000100001011010100101000111001110001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61088; }

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

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

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

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

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

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

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

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