#a917ac

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

Shades of Dark Magenta #A917AC

Tints of Dark Magenta #A917AC

Color information

#A917AC (or 0xA917AC) is unknown color: approx Dark Magenta. HEX triplet: A9, 17 and AC. RGB value is (169,23,172). Sum of RGB (Red+Green+Blue) = 169+23+172=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #A917AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A917AC is #56E853. Grayscale: #535353. Windows color (decimal): -5695572 or 11278249. OLE color: 11278249.

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

Color convert

RGB16923172-
CMYK0.020.8700.33
HSL298.79º76.41%38.24%-
HSV(B)298.79º86.63%67.45%-
XYZ24.1112.0340.08-
YUV83.64177.87188.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 23 (9.38% from 255) = 6.32%
BLUE value IS 172 (67.58% from 255) = 47.25%
R=46.43%
G=6.32%
B=47.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169231720.020.8700.33298.7976.4138.24
HexA917AC25702112b4c26
Octal25127254212704145311446
Binary10101001101111010110010101011101000011001010111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a917ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a917ac; }

 p { color: rgb(169,23,172); }

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

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

 a { background-color: rgb(169,23,172); }

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

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

 span { border-color: rgb(169,23,172); }

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