#A616A9

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

Shades of Dark Magenta #A616A9

Tints of Dark Magenta #A616A9

Color information

#A616A9 (or 0xA616A9) is unknown color: approx Dark Magenta. HEX triplet: A6, 16 and A9. RGB value is (166,22,169). Sum of RGB (Red+Green+Blue) = 166+22+169=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #A616A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A616A9 is #59E956. Grayscale: #515151. Windows color (decimal): -5892439 or 11081382. OLE color: 11081382.

HSL color Cylindrical-coordinate representation of color #A616A9: hue angle of 298.78º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A616A9 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16622169-
CMYK0.020.8700.34
HSL298.78º76.96%37.45%-
HSV(B)298.78º86.98%66.27%-
XYZ23.1711.5538.54-
YUV81.81177.21188.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 22 (8.98% from 255) = 6.16%
BLUE value IS 169 (66.41% from 255) = 47.34%
R=46.50%
G=6.16%
B=47.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166221690.020.8700.34298.7876.9637.45
HexA616A925702212b4d25
Octal24626251212704245311545
Binary10100110101101010100110101011101000101001010111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A616A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A616A9; }

 p { color: rgb(166,22,169); }

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

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

 a { background-color: rgb(166,22,169); }

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

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

 span { border-color: rgb(166,22,169); }

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