#A610AE

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

Shades of Dark Magenta #A610AE

Tints of Dark Magenta #A610AE

Color information

#A610AE (or 0xA610AE) is unknown color: approx Dark Magenta. HEX triplet: A6, 10 and AE. RGB value is (166,16,174). Sum of RGB (Red+Green+Blue) = 166+16+174=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #A610AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A610AE is #59EF51. Grayscale: #4E4E4E. Windows color (decimal): -5893970 or 11407526. OLE color: 11407526.

HSL color Cylindrical-coordinate representation of color #A610AE: hue angle of 296.96º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A610AE is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16616174-
CMYK0.050.9100.32
HSL296.96º83.16%37.25%-
HSV(B)296.96º90.8%68.24%-
XYZ23.5511.5341.03-
YUV78.86181.7190.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 16 (6.64% from 255) = 4.49%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=46.63%
G=4.49%
B=48.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166161740.050.9100.32296.9683.1637.25
HexA610AE55B0201295325
Octal24620256513304045112345
Binary101001101000010101110101101101101000001001010011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A610AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A610AE; }

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

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

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

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

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

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

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

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