Shades of Medium Purple #A07FDF
Tints of Medium Purple #A07FDF
RGB
CMYK
RGB Variations
Color information
#A07FDF (or 0xA07FDF) is known color: Medium Purple. HEX triplet: A0, 7F and DF. RGB value is (160,127,223). Sum of RGB (Red+Green+Blue) = 160+127+223=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #A07FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FDF is #5F8020. Grayscale: #939393. Windows color (decimal): -6258721 or 14647200. OLE color: 14647200.
HSL color Cylindrical-coordinate representation of color #A07FDF: hue angle of 260.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A07FDF is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 127 | 223 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.13 |
| HSL | 260.63º | 0.6% | 0.69% | - |
| HSV(B) | 260.63º | 0.43% | 0.87% | - |
| XYZ | 35.41 | 27.98 | 73.35 | - |
| YUV | 147.81 | 170.43 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 223 | 0.28 | 0.43 | 0 | 0.13 | 260.63 | 0.6 | 0.69 |
| Hex | A0 | 7F | DF | 1C | 2B | 0 | D | 105 | 3C | 45 |
| Octal | 240 | 177 | 337 | 34 | 53 | 0 | 15 | 405 | 74 | 105 |
| Binary | 10100000 | 1111111 | 11011111 | 11100 | 101011 | 0 | 1101 | 100000101 | 111100 | 1000101 |
Color Harmonies of #A07FDF
Complementary color
Monochromatic Colors of #A07FDF
Black with #A07FDF
Text Example
Text Example
White with #A07FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FDF; }
p { color: rgb(160,127,223); }
H1.HeaderClassName
{
color: #A07FDF;
}
.AnyTagClassName
{
color: #A07FDF;
}
</style>
background-color css
<style>
a { background-color: #A07FDF; }
a { background-color: rgb(160,127,223); }
div.DivClassName
{
background-color: #A07FDF;
}
.BgClassName
{
background-color: #A07FDF;
}
</style>
border-color css
<style>
span { border-color: #A07FDF; }
span { border-color: rgb(160,127,223); }
td.TdClassName
{
border-color: #A07FDF;
}
.TagClassName
{
border-color: #A07FDF;
}
</style>