Shades of Dark Magenta #A117AC
Tints of Dark Magenta #A117AC
RGB
CMYK
RGB Variations
Color information
#A117AC (or 0xA117AC) is known color: Dark Magenta. HEX triplet: A1, 17 and AC. RGB value is (161,23,172). Sum of RGB (Red+Green+Blue) = 161+23+172=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #A117AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A117AC is #5EE853. Grayscale: #505050. Windows color (decimal): -6219860 or 11278241. OLE color: 11278241.
HSL color Cylindrical-coordinate representation of color #A117AC: hue angle of 295.57º 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 #A117AC is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 23 | 172 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.33 |
| HSL | 295.57º | 0.76% | 0.38% | - |
| HSV(B) | 295.57º | 0.87% | 0.67% | - |
| XYZ | 22.45 | 11.17 | 40 | - |
| YUV | 81.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 172 | 0.06 | 0.87 | 0 | 0.33 | 295.57 | 0.76 | 0.38 |
| Hex | A1 | 17 | AC | 6 | 57 | 0 | 21 | 128 | 4C | 26 |
| Octal | 241 | 27 | 254 | 6 | 127 | 0 | 41 | 450 | 114 | 46 |
| Binary | 10100001 | 10111 | 10101100 | 110 | 1010111 | 0 | 100001 | 100101000 | 1001100 | 100110 |
Color Harmonies of #A117AC
Complementary color
Monochromatic Colors of #A117AC
Black with #A117AC
Text Example
Text Example
White with #A117AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A117AC; }
p { color: rgb(161,23,172); }
H1.HeaderClassName
{
color: #A117AC;
}
.AnyTagClassName
{
color: #A117AC;
}
</style>
background-color css
<style>
a { background-color: #A117AC; }
a { background-color: rgb(161,23,172); }
div.DivClassName
{
background-color: #A117AC;
}
.BgClassName
{
background-color: #A117AC;
}
</style>
border-color css
<style>
span { border-color: #A117AC; }
span { border-color: rgb(161,23,172); }
td.TdClassName
{
border-color: #A117AC;
}
.TagClassName
{
border-color: #A117AC;
}
</style>