#A517A6

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

Shades of Dark Magenta #A517A6

Tints of Dark Magenta #A517A6

Color information

#A517A6 (or 0xA517A6) is unknown color: approx Dark Magenta. HEX triplet: A5, 17 and A6. RGB value is (165,23,166). Sum of RGB (Red+Green+Blue) = 165+23+166=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 166 (65.23% from 255 or 46.89% from 354); Max value from RGB is 166 - color contains mainly: blue. Hex color #A517A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A517A6 is #5AE859. Grayscale: #515151. Windows color (decimal): -5957722 or 10885029. OLE color: 10885029.

HSL color Cylindrical-coordinate representation of color #A517A6: hue angle of 299.58º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A517A6 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16523166-
CMYK0.010.8600.35
HSL299.58º75.66%37.06%-
HSV(B)299.58º86.14%65.1%-
XYZ22.7111.3737.07-
YUV81.76175.54187.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 23 (9.38% from 255) = 6.50%
BLUE value IS 166 (65.23% from 255) = 46.89%
R=46.61%
G=6.50%
B=46.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165231660.010.8600.35299.5875.6637.06
HexA517A615602312c4c25
Octal24527246112604345411445
Binary1010010110111101001101101011001000111001011001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A517A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A517A6; }

 p { color: rgb(165,23,166); }

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

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

 a { background-color: rgb(165,23,166); }

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

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

 span { border-color: rgb(165,23,166); }

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