#A717AA

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

Shades of Dark Magenta #A717AA

Tints of Dark Magenta #A717AA

Color information

#A717AA (or 0xA717AA) is unknown color: approx Dark Magenta. HEX triplet: A7, 17 and AA. RGB value is (167,23,170). Sum of RGB (Red+Green+Blue) = 167+23+170=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #A717AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A717AA is #58E855. Grayscale: #525252. Windows color (decimal): -5826646 or 11147175. OLE color: 11147175.

HSL color Cylindrical-coordinate representation of color #A717AA: hue angle of 298.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A717AA is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16723170-
CMYK0.020.8600.33
HSL298.78º76.17%37.84%-
HSV(B)298.78º86.47%66.67%-
XYZ23.511.7339.06-
YUV82.81177.21188.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 23 (9.38% from 255) = 6.39%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=46.39%
G=6.39%
B=47.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167231700.020.8600.33298.7876.1737.84
HexA717AA25602112b4c26
Octal24727252212604145311446
Binary10100111101111010101010101011001000011001010111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A717AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A717AA; }

 p { color: rgb(167,23,170); }

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

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

 a { background-color: rgb(167,23,170); }

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

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

 span { border-color: rgb(167,23,170); }

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