Shades of Medium Purple #A17BDE
Tints of Medium Purple #A17BDE
RGB
CMYK
RGB Variations
Color information
#A17BDE (or 0xA17BDE) is known color: Medium Purple. HEX triplet: A1, 7B and DE. RGB value is (161,123,222). Sum of RGB (Red+Green+Blue) = 161+123+222=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #A17BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BDE is #5E8421. Grayscale: #919191. Windows color (decimal): -6194210 or 14580641. OLE color: 14580641.
HSL color Cylindrical-coordinate representation of color #A17BDE: hue angle of 263.03º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A17BDE is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 123 | 222 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.13 |
| HSL | 263.03º | 0.6% | 0.68% | - |
| HSV(B) | 263.03º | 0.45% | 0.87% | - |
| XYZ | 34.97 | 27.02 | 72.48 | - |
| YUV | 145.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 222 | 0.27 | 0.45 | 0 | 0.13 | 263.03 | 0.6 | 0.68 |
| Hex | A1 | 7B | DE | 1B | 2D | 0 | D | 107 | 3C | 44 |
| Octal | 241 | 173 | 336 | 33 | 55 | 0 | 15 | 407 | 74 | 104 |
| Binary | 10100001 | 1111011 | 11011110 | 11011 | 101101 | 0 | 1101 | 100000111 | 111100 | 1000100 |
Color Harmonies of #A17BDE
Complementary color
Monochromatic Colors of #A17BDE
Black with #A17BDE
Text Example
Text Example
White with #A17BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17BDE; }
p { color: rgb(161,123,222); }
H1.HeaderClassName
{
color: #A17BDE;
}
.AnyTagClassName
{
color: #A17BDE;
}
</style>
background-color css
<style>
a { background-color: #A17BDE; }
a { background-color: rgb(161,123,222); }
div.DivClassName
{
background-color: #A17BDE;
}
.BgClassName
{
background-color: #A17BDE;
}
</style>
border-color css
<style>
span { border-color: #A17BDE; }
span { border-color: rgb(161,123,222); }
td.TdClassName
{
border-color: #A17BDE;
}
.TagClassName
{
border-color: #A17BDE;
}
</style>