#A610A9

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

Shades of Dark Magenta #A610A9

Tints of Dark Magenta #A610A9

Color information

#A610A9 (or 0xA610A9) is unknown color: approx Dark Magenta. HEX triplet: A6, 10 and A9. RGB value is (166,16,169). Sum of RGB (Red+Green+Blue) = 166+16+169=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #A610A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A610A9 is #59EF56. Grayscale: #4D4D4D. Windows color (decimal): -5893975 or 11079846. OLE color: 11079846.

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

Color convert

RGB16616169-
CMYK0.020.9100.34
HSL298.82º82.7%36.27%-
HSV(B)298.82º90.53%66.27%-
XYZ23.0711.3438.51-
YUV78.29179.2190.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.29%
GREEN value IS 16 (6.64% from 255) = 4.56%
BLUE value IS 169 (66.41% from 255) = 48.15%
R=47.29%
G=4.56%
B=48.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166161690.020.9100.34298.8282.736.27
HexA610A925B02212b5324
Octal24620251213304245312344
Binary10100110100001010100110101101101000101001010111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A610A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A610A9; }

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

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

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

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

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

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

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

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