Shades of Medium Purple #A17DDF
Tints of Medium Purple #A17DDF
RGB
CMYK
RGB Variations
Color information
#A17DDF (or 0xA17DDF) is known color: Medium Purple. HEX triplet: A1, 7D and DF. RGB value is (161,125,223). Sum of RGB (Red+Green+Blue) = 161+125+223=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #A17DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DDF is #5E8220. Grayscale: #929292. Windows color (decimal): -6193697 or 14646689. OLE color: 14646689.
HSL color Cylindrical-coordinate representation of color #A17DDF: hue angle of 262.04º degrees, saturation: 0.6, 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 #A17DDF is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 125 | 223 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.13 |
| HSL | 262.04º | 0.6% | 0.68% | - |
| HSV(B) | 262.04º | 0.44% | 0.87% | - |
| XYZ | 35.35 | 27.57 | 73.27 | - |
| YUV | 146.94 | 170.93 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 223 | 0.28 | 0.44 | 0 | 0.13 | 262.04 | 0.6 | 0.68 |
| Hex | A1 | 7D | DF | 1C | 2C | 0 | D | 106 | 3C | 44 |
| Octal | 241 | 175 | 337 | 34 | 54 | 0 | 15 | 406 | 74 | 104 |
| Binary | 10100001 | 1111101 | 11011111 | 11100 | 101100 | 0 | 1101 | 100000110 | 111100 | 1000100 |
Color Harmonies of #A17DDF
Complementary color
Monochromatic Colors of #A17DDF
Black with #A17DDF
Text Example
Text Example
White with #A17DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DDF; }
p { color: rgb(161,125,223); }
H1.HeaderClassName
{
color: #A17DDF;
}
.AnyTagClassName
{
color: #A17DDF;
}
</style>
background-color css
<style>
a { background-color: #A17DDF; }
a { background-color: rgb(161,125,223); }
div.DivClassName
{
background-color: #A17DDF;
}
.BgClassName
{
background-color: #A17DDF;
}
</style>
border-color css
<style>
span { border-color: #A17DDF; }
span { border-color: rgb(161,125,223); }
td.TdClassName
{
border-color: #A17DDF;
}
.TagClassName
{
border-color: #A17DDF;
}
</style>