Shades of Medium Purple #A97EDB
Tints of Medium Purple #A97EDB
RGB
CMYK
RGB Variations
Color information
#A97EDB (or 0xA97EDB) is known color: Medium Purple. HEX triplet: A9, 7E and DB. RGB value is (169,126,219). Sum of RGB (Red+Green+Blue) = 169+126+219=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #A97EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97EDB is #568124. Grayscale: #959595. Windows color (decimal): -5669157 or 14384809. OLE color: 14384809.
HSL color Cylindrical-coordinate representation of color #A97EDB: hue angle of 267.74º 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 #A97EDB is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 126 | 219 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.14 |
| HSL | 267.74º | 0.56% | 0.68% | - |
| HSV(B) | 267.74º | 0.42% | 0.86% | - |
| XYZ | 36.61 | 28.47 | 70.58 | - |
| YUV | 149.46 | 167.25 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 126 | 219 | 0.23 | 0.42 | 0 | 0.14 | 267.74 | 0.56 | 0.68 |
| Hex | A9 | 7E | DB | 17 | 2A | 0 | E | 10C | 38 | 44 |
| Octal | 251 | 176 | 333 | 27 | 52 | 0 | 16 | 414 | 70 | 104 |
| Binary | 10101001 | 1111110 | 11011011 | 10111 | 101010 | 0 | 1110 | 100001100 | 111000 | 1000100 |
Color Harmonies of #A97EDB
Complementary color
Monochromatic Colors of #A97EDB
Black with #A97EDB
Text Example
Text Example
White with #A97EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97EDB; }
p { color: rgb(169,126,219); }
H1.HeaderClassName
{
color: #A97EDB;
}
.AnyTagClassName
{
color: #A97EDB;
}
</style>
background-color css
<style>
a { background-color: #A97EDB; }
a { background-color: rgb(169,126,219); }
div.DivClassName
{
background-color: #A97EDB;
}
.BgClassName
{
background-color: #A97EDB;
}
</style>
border-color css
<style>
span { border-color: #A97EDB; }
span { border-color: rgb(169,126,219); }
td.TdClassName
{
border-color: #A97EDB;
}
.TagClassName
{
border-color: #A97EDB;
}
</style>