Shades of Medium Purple #A17BDF
Tints of Medium Purple #A17BDF
RGB
CMYK
RGB Variations
Color information
#A17BDF (or 0xA17BDF) is known color: Medium Purple. HEX triplet: A1, 7B and DF. RGB value is (161,123,223). Sum of RGB (Red+Green+Blue) = 161+123+223=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #A17BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BDF is #5E8420. Grayscale: #919191. Windows color (decimal): -6194209 or 14646177. OLE color: 14646177.
HSL color Cylindrical-coordinate representation of color #A17BDF: hue angle of 262.8º degrees, saturation: 0.61, 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 #A17BDF is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 123 | 223 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.13 |
| HSL | 262.8º | 0.61% | 0.68% | - |
| HSV(B) | 262.8º | 0.45% | 0.87% | - |
| XYZ | 35.1 | 27.07 | 73.19 | - |
| YUV | 145.76 | 171.59 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 223 | 0.28 | 0.45 | 0 | 0.13 | 262.8 | 0.61 | 0.68 |
| Hex | A1 | 7B | DF | 1C | 2D | 0 | D | 107 | 3D | 44 |
| Octal | 241 | 173 | 337 | 34 | 55 | 0 | 15 | 407 | 75 | 104 |
| Binary | 10100001 | 1111011 | 11011111 | 11100 | 101101 | 0 | 1101 | 100000111 | 111101 | 1000100 |
Color Harmonies of #A17BDF
Complementary color
Monochromatic Colors of #A17BDF
Black with #A17BDF
Text Example
Text Example
White with #A17BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17BDF; }
p { color: rgb(161,123,223); }
H1.HeaderClassName
{
color: #A17BDF;
}
.AnyTagClassName
{
color: #A17BDF;
}
</style>
background-color css
<style>
a { background-color: #A17BDF; }
a { background-color: rgb(161,123,223); }
div.DivClassName
{
background-color: #A17BDF;
}
.BgClassName
{
background-color: #A17BDF;
}
</style>
border-color css
<style>
span { border-color: #A17BDF; }
span { border-color: rgb(161,123,223); }
td.TdClassName
{
border-color: #A17BDF;
}
.TagClassName
{
border-color: #A17BDF;
}
</style>