Shades of Medium Purple #A07DDF
Tints of Medium Purple #A07DDF
RGB
CMYK
RGB Variations
Color information
#A07DDF (or 0xA07DDF) is known color: Medium Purple. HEX triplet: A0, 7D and DF. RGB value is (160,125,223). Sum of RGB (Red+Green+Blue) = 160+125+223=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 125 (49.22% from 255 or 24.61% 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 #A07DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DDF is #5F8220. Grayscale: #929292. Windows color (decimal): -6259233 or 14646688. OLE color: 14646688.
HSL color Cylindrical-coordinate representation of color #A07DDF: hue angle of 261.43º 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 #A07DDF is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 125 | 223 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.13 |
| HSL | 261.43º | 0.6% | 0.68% | - |
| HSV(B) | 261.43º | 0.44% | 0.87% | - |
| XYZ | 35.15 | 27.47 | 73.26 | - |
| YUV | 146.64 | 171.1 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 223 | 0.28 | 0.44 | 0 | 0.13 | 261.43 | 0.6 | 0.68 |
| Hex | A0 | 7D | DF | 1C | 2C | 0 | D | 105 | 3C | 44 |
| Octal | 240 | 175 | 337 | 34 | 54 | 0 | 15 | 405 | 74 | 104 |
| Binary | 10100000 | 1111101 | 11011111 | 11100 | 101100 | 0 | 1101 | 100000101 | 111100 | 1000100 |
Color Harmonies of #A07DDF
Complementary color
Monochromatic Colors of #A07DDF
Black with #A07DDF
Text Example
Text Example
White with #A07DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DDF; }
p { color: rgb(160,125,223); }
H1.HeaderClassName
{
color: #A07DDF;
}
.AnyTagClassName
{
color: #A07DDF;
}
</style>
background-color css
<style>
a { background-color: #A07DDF; }
a { background-color: rgb(160,125,223); }
div.DivClassName
{
background-color: #A07DDF;
}
.BgClassName
{
background-color: #A07DDF;
}
</style>
border-color css
<style>
span { border-color: #A07DDF; }
span { border-color: rgb(160,125,223); }
td.TdClassName
{
border-color: #A07DDF;
}
.TagClassName
{
border-color: #A07DDF;
}
</style>