Shades of Medium Purple #A17FD8
Tints of Medium Purple #A17FD8
RGB
CMYK
RGB Variations
Color information
#A17FD8 (or 0xA17FD8) is known color: Medium Purple. HEX triplet: A1, 7F and D8. RGB value is (161,127,216). Sum of RGB (Red+Green+Blue) = 161+127+216=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #A17FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FD8 is #5E8027. Grayscale: #929292. Windows color (decimal): -6193192 or 14188449. OLE color: 14188449.
HSL color Cylindrical-coordinate representation of color #A17FD8: hue angle of 262.92º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A17FD8 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 127 | 216 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.15 |
| HSL | 262.92º | 0.53% | 0.67% | - |
| HSV(B) | 262.92º | 0.41% | 0.85% | - |
| XYZ | 34.68 | 27.71 | 68.49 | - |
| YUV | 147.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 216 | 0.25 | 0.41 | 0 | 0.15 | 262.92 | 0.53 | 0.67 |
| Hex | A1 | 7F | D8 | 19 | 29 | 0 | F | 107 | 35 | 43 |
| Octal | 241 | 177 | 330 | 31 | 51 | 0 | 17 | 407 | 65 | 103 |
| Binary | 10100001 | 1111111 | 11011000 | 11001 | 101001 | 0 | 1111 | 100000111 | 110101 | 1000011 |
Color Harmonies of #A17FD8
Complementary color
Monochromatic Colors of #A17FD8
Black with #A17FD8
Text Example
Text Example
White with #A17FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FD8; }
p { color: rgb(161,127,216); }
H1.HeaderClassName
{
color: #A17FD8;
}
.AnyTagClassName
{
color: #A17FD8;
}
</style>
background-color css
<style>
a { background-color: #A17FD8; }
a { background-color: rgb(161,127,216); }
div.DivClassName
{
background-color: #A17FD8;
}
.BgClassName
{
background-color: #A17FD8;
}
</style>
border-color css
<style>
span { border-color: #A17FD8; }
span { border-color: rgb(161,127,216); }
td.TdClassName
{
border-color: #A17FD8;
}
.TagClassName
{
border-color: #A17FD8;
}
</style>