#A61089

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

Shades of Dark Magenta #A61089

Tints of Dark Magenta #A61089

Color information

#A61089 (or 0xA61089) is unknown color: approx Dark Magenta. HEX triplet: A6, 10 and 89. RGB value is (166,16,137). Sum of RGB (Red+Green+Blue) = 166+16+137=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A61089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61089 is #59EF76. Grayscale: #4A4A4A. Windows color (decimal): -5894007 or 8982694. OLE color: 8982694.

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

Color convert

RGB16616137-
CMYK00.900.170.35
HSL311.6º82.42%35.69%-
HSV(B)311.6º90.36%65.1%-
XYZ20.4310.2824.58-
YUV74.64163.2193.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.04%
GREEN value IS 16 (6.64% from 255) = 5.02%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=52.04%
G=5.02%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661613700.900.170.35311.682.4235.69
HexA6108905A11231385224
Octal246202110132214347012244
Binary10100110100001000100101011010100011000111001110001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61089; }

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

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

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

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

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

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

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

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