Shades of Medium Purple #A17BDD
Tints of Medium Purple #A17BDD
RGB
CMYK
RGB Variations
Color information
#A17BDD (or 0xA17BDD) is known color: Medium Purple. HEX triplet: A1, 7B and DD. RGB value is (161,123,221). Sum of RGB (Red+Green+Blue) = 161+123+221=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #A17BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BDD is #5E8422. Grayscale: #919191. Windows color (decimal): -6194211 or 14515105. OLE color: 14515105.
HSL color Cylindrical-coordinate representation of color #A17BDD: hue angle of 263.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A17BDD is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 123 | 221 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.13 |
| HSL | 263.27º | 0.59% | 0.67% | - |
| HSV(B) | 263.27º | 0.44% | 0.87% | - |
| XYZ | 34.83 | 26.96 | 71.78 | - |
| YUV | 145.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 221 | 0.27 | 0.44 | 0 | 0.13 | 263.27 | 0.59 | 0.67 |
| Hex | A1 | 7B | DD | 1B | 2C | 0 | D | 107 | 3B | 43 |
| Octal | 241 | 173 | 335 | 33 | 54 | 0 | 15 | 407 | 73 | 103 |
| Binary | 10100001 | 1111011 | 11011101 | 11011 | 101100 | 0 | 1101 | 100000111 | 111011 | 1000011 |
Color Harmonies of #A17BDD
Complementary color
Monochromatic Colors of #A17BDD
Black with #A17BDD
Text Example
Text Example
White with #A17BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17BDD; }
p { color: rgb(161,123,221); }
H1.HeaderClassName
{
color: #A17BDD;
}
.AnyTagClassName
{
color: #A17BDD;
}
</style>
background-color css
<style>
a { background-color: #A17BDD; }
a { background-color: rgb(161,123,221); }
div.DivClassName
{
background-color: #A17BDD;
}
.BgClassName
{
background-color: #A17BDD;
}
</style>
border-color css
<style>
span { border-color: #A17BDD; }
span { border-color: rgb(161,123,221); }
td.TdClassName
{
border-color: #A17BDD;
}
.TagClassName
{
border-color: #A17BDD;
}
</style>