Shades of Medium Purple #A07FDB
Tints of Medium Purple #A07FDB
RGB
CMYK
RGB Variations
Color information
#A07FDB (or 0xA07FDB) is known color: Medium Purple. HEX triplet: A0, 7F and DB. RGB value is (160,127,219). Sum of RGB (Red+Green+Blue) = 160+127+219=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #A07FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FDB is #5F8024. Grayscale: #939393. Windows color (decimal): -6258725 or 14385056. OLE color: 14385056.
HSL color Cylindrical-coordinate representation of color #A07FDB: hue angle of 261.52º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A07FDB is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 127 | 219 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.14 |
| HSL | 261.52º | 0.56% | 0.68% | - |
| HSV(B) | 261.52º | 0.42% | 0.86% | - |
| XYZ | 34.87 | 27.77 | 70.54 | - |
| YUV | 147.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 219 | 0.27 | 0.42 | 0 | 0.14 | 261.52 | 0.56 | 0.68 |
| Hex | A0 | 7F | DB | 1B | 2A | 0 | E | 106 | 38 | 44 |
| Octal | 240 | 177 | 333 | 33 | 52 | 0 | 16 | 406 | 70 | 104 |
| Binary | 10100000 | 1111111 | 11011011 | 11011 | 101010 | 0 | 1110 | 100000110 | 111000 | 1000100 |
Color Harmonies of #A07FDB
Complementary color
Monochromatic Colors of #A07FDB
Black with #A07FDB
Text Example
Text Example
White with #A07FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FDB; }
p { color: rgb(160,127,219); }
H1.HeaderClassName
{
color: #A07FDB;
}
.AnyTagClassName
{
color: #A07FDB;
}
</style>
background-color css
<style>
a { background-color: #A07FDB; }
a { background-color: rgb(160,127,219); }
div.DivClassName
{
background-color: #A07FDB;
}
.BgClassName
{
background-color: #A07FDB;
}
</style>
border-color css
<style>
span { border-color: #A07FDB; }
span { border-color: rgb(160,127,219); }
td.TdClassName
{
border-color: #A07FDB;
}
.TagClassName
{
border-color: #A07FDB;
}
</style>