Shades of Medium Purple #A17CDF
Tints of Medium Purple #A17CDF
RGB
CMYK
RGB Variations
Color information
#A17CDF (or 0xA17CDF) is known color: Medium Purple. HEX triplet: A1, 7C and DF. RGB value is (161,124,223). Sum of RGB (Red+Green+Blue) = 161+124+223=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #A17CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CDF is #5E8320. Grayscale: #919191. Windows color (decimal): -6193953 or 14646433. OLE color: 14646433.
HSL color Cylindrical-coordinate representation of color #A17CDF: hue angle of 262.42º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A17CDF is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 124 | 223 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.13 |
| HSL | 262.42º | 0.61% | 0.68% | - |
| HSV(B) | 262.42º | 0.44% | 0.87% | - |
| XYZ | 35.22 | 27.32 | 73.23 | - |
| YUV | 146.35 | 171.26 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 223 | 0.28 | 0.44 | 0 | 0.13 | 262.42 | 0.61 | 0.68 |
| Hex | A1 | 7C | DF | 1C | 2C | 0 | D | 106 | 3D | 44 |
| Octal | 241 | 174 | 337 | 34 | 54 | 0 | 15 | 406 | 75 | 104 |
| Binary | 10100001 | 1111100 | 11011111 | 11100 | 101100 | 0 | 1101 | 100000110 | 111101 | 1000100 |
Color Harmonies of #A17CDF
Complementary color
Monochromatic Colors of #A17CDF
Black with #A17CDF
Text Example
Text Example
White with #A17CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17CDF; }
p { color: rgb(161,124,223); }
H1.HeaderClassName
{
color: #A17CDF;
}
.AnyTagClassName
{
color: #A17CDF;
}
</style>
background-color css
<style>
a { background-color: #A17CDF; }
a { background-color: rgb(161,124,223); }
div.DivClassName
{
background-color: #A17CDF;
}
.BgClassName
{
background-color: #A17CDF;
}
</style>
border-color css
<style>
span { border-color: #A17CDF; }
span { border-color: rgb(161,124,223); }
td.TdClassName
{
border-color: #A17CDF;
}
.TagClassName
{
border-color: #A17CDF;
}
</style>