Shades of Medium Purple #A17AD6
Tints of Medium Purple #A17AD6
RGB
CMYK
RGB Variations
Color information
#A17AD6 (or 0xA17AD6) is known color: Medium Purple. HEX triplet: A1, 7A and D6. RGB value is (161,122,214). Sum of RGB (Red+Green+Blue) = 161+122+214=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #A17AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17AD6 is #5E8529. Grayscale: #8F8F8F. Windows color (decimal): -6194474 or 14056097. OLE color: 14056097.
HSL color Cylindrical-coordinate representation of color #A17AD6: hue angle of 265.43º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A17AD6 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 122 | 214 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.16 |
| HSL | 265.43º | 0.53% | 0.66% | - |
| HSV(B) | 265.43º | 0.43% | 0.84% | - |
| XYZ | 33.8 | 26.35 | 66.92 | - |
| YUV | 144.15 | 167.42 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 214 | 0.25 | 0.43 | 0 | 0.16 | 265.43 | 0.53 | 0.66 |
| Hex | A1 | 7A | D6 | 19 | 2B | 0 | 10 | 109 | 35 | 42 |
| Octal | 241 | 172 | 326 | 31 | 53 | 0 | 20 | 411 | 65 | 102 |
| Binary | 10100001 | 1111010 | 11010110 | 11001 | 101011 | 0 | 10000 | 100001001 | 110101 | 1000010 |
Color Harmonies of #A17AD6
Complementary color
Monochromatic Colors of #A17AD6
Black with #A17AD6
Text Example
Text Example
White with #A17AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17AD6; }
p { color: rgb(161,122,214); }
H1.HeaderClassName
{
color: #A17AD6;
}
.AnyTagClassName
{
color: #A17AD6;
}
</style>
background-color css
<style>
a { background-color: #A17AD6; }
a { background-color: rgb(161,122,214); }
div.DivClassName
{
background-color: #A17AD6;
}
.BgClassName
{
background-color: #A17AD6;
}
</style>
border-color css
<style>
span { border-color: #A17AD6; }
span { border-color: rgb(161,122,214); }
td.TdClassName
{
border-color: #A17AD6;
}
.TagClassName
{
border-color: #A17AD6;
}
</style>