#A517AD

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

Shades of Dark Magenta #A517AD

Tints of Dark Magenta #A517AD

Color information

#A517AD (or 0xA517AD) is unknown color: approx Dark Magenta. HEX triplet: A5, 17 and AD. RGB value is (165,23,173). Sum of RGB (Red+Green+Blue) = 165+23+173=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #A517AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A517AD is #5AE852. Grayscale: #525252. Windows color (decimal): -5957715 or 11343781. OLE color: 11343781.

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

Color convert

RGB16523173-
CMYK0.050.8700.32
HSL296.8º76.53%38.43%-
HSV(B)296.8º86.71%67.84%-
XYZ23.3711.6340.55-
YUV82.56179.04186.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 23 (9.38% from 255) = 6.37%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=45.71%
G=6.37%
B=47.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165231730.050.8700.32296.876.5338.43
HexA517AD5570201294d26
Octal24527255512704045111546
Binary101001011011110101101101101011101000001001010011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A517AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A517AD; }

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

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

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

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

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

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

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

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