#A610AD

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

Shades of Dark Magenta #A610AD

Tints of Dark Magenta #A610AD

Color information

#A610AD (or 0xA610AD) is unknown color: approx Dark Magenta. HEX triplet: A6, 10 and AD. RGB value is (166,16,173). Sum of RGB (Red+Green+Blue) = 166+16+173=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #A610AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A610AD is #59EF52. Grayscale: #4E4E4E. Windows color (decimal): -5893971 or 11341990. OLE color: 11341990.

HSL color Cylindrical-coordinate representation of color #A610AD: hue angle of 297.32º 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 #A610AD is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16616173-
CMYK0.040.9100.32
HSL297.32º83.07%37.06%-
HSV(B)297.32º90.75%67.84%-
XYZ23.4511.4940.52-
YUV78.75181.2190.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 16 (6.64% from 255) = 4.51%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=46.76%
G=4.51%
B=48.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166161730.040.9100.32297.3283.0737.06
HexA610AD45B0201295325
Octal24620255413304045112345
Binary101001101000010101101100101101101000001001010011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A610AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A610AD; }

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

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

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

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

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

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

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

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