Shades of Medium Purple #A97BDB
Tints of Medium Purple #A97BDB
RGB
CMYK
RGB Variations
Color information
#A97BDB (or 0xA97BDB) is known color: Medium Purple. HEX triplet: A9, 7B and DB. RGB value is (169,123,219). Sum of RGB (Red+Green+Blue) = 169+123+219=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #A97BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BDB is #568424. Grayscale: #939393. Windows color (decimal): -5669925 or 14384041. OLE color: 14384041.
HSL color Cylindrical-coordinate representation of color #A97BDB: hue angle of 268.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A97BDB is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 123 | 219 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.14 |
| HSL | 268.75º | 0.57% | 0.67% | - |
| HSV(B) | 268.75º | 0.44% | 0.86% | - |
| XYZ | 36.23 | 27.72 | 70.46 | - |
| YUV | 147.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 219 | 0.23 | 0.44 | 0 | 0.14 | 268.75 | 0.57 | 0.67 |
| Hex | A9 | 7B | DB | 17 | 2C | 0 | E | 10D | 39 | 43 |
| Octal | 251 | 173 | 333 | 27 | 54 | 0 | 16 | 415 | 71 | 103 |
| Binary | 10101001 | 1111011 | 11011011 | 10111 | 101100 | 0 | 1110 | 100001101 | 111001 | 1000011 |
Color Harmonies of #A97BDB
Complementary color
Monochromatic Colors of #A97BDB
Black with #A97BDB
Text Example
Text Example
White with #A97BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97BDB; }
p { color: rgb(169,123,219); }
H1.HeaderClassName
{
color: #A97BDB;
}
.AnyTagClassName
{
color: #A97BDB;
}
</style>
background-color css
<style>
a { background-color: #A97BDB; }
a { background-color: rgb(169,123,219); }
div.DivClassName
{
background-color: #A97BDB;
}
.BgClassName
{
background-color: #A97BDB;
}
</style>
border-color css
<style>
span { border-color: #A97BDB; }
span { border-color: rgb(169,123,219); }
td.TdClassName
{
border-color: #A97BDB;
}
.TagClassName
{
border-color: #A97BDB;
}
</style>