Shades of Medium Purple #A17ADE
Tints of Medium Purple #A17ADE
RGB
CMYK
RGB Variations
Color information
#A17ADE (or 0xA17ADE) is known color: Medium Purple. HEX triplet: A1, 7A and DE. RGB value is (161,122,222). Sum of RGB (Red+Green+Blue) = 161+122+222=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #A17ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ADE is #5E8521. Grayscale: #909090. Windows color (decimal): -6194466 or 14580385. OLE color: 14580385.
HSL color Cylindrical-coordinate representation of color #A17ADE: hue angle of 263.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A17ADE is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 122 | 222 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.13 |
| HSL | 263.4º | 0.6% | 0.67% | - |
| HSV(B) | 263.4º | 0.45% | 0.87% | - |
| XYZ | 34.84 | 26.77 | 72.44 | - |
| YUV | 145.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 222 | 0.27 | 0.45 | 0 | 0.13 | 263.4 | 0.6 | 0.67 |
| Hex | A1 | 7A | DE | 1B | 2D | 0 | D | 107 | 3C | 43 |
| Octal | 241 | 172 | 336 | 33 | 55 | 0 | 15 | 407 | 74 | 103 |
| Binary | 10100001 | 1111010 | 11011110 | 11011 | 101101 | 0 | 1101 | 100000111 | 111100 | 1000011 |
Color Harmonies of #A17ADE
Complementary color
Monochromatic Colors of #A17ADE
Black with #A17ADE
Text Example
Text Example
White with #A17ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17ADE; }
p { color: rgb(161,122,222); }
H1.HeaderClassName
{
color: #A17ADE;
}
.AnyTagClassName
{
color: #A17ADE;
}
</style>
background-color css
<style>
a { background-color: #A17ADE; }
a { background-color: rgb(161,122,222); }
div.DivClassName
{
background-color: #A17ADE;
}
.BgClassName
{
background-color: #A17ADE;
}
</style>
border-color css
<style>
span { border-color: #A17ADE; }
span { border-color: rgb(161,122,222); }
td.TdClassName
{
border-color: #A17ADE;
}
.TagClassName
{
border-color: #A17ADE;
}
</style>