Shades of Medium Purple #A979DB
Tints of Medium Purple #A979DB
RGB
CMYK
RGB Variations
Color information
#A979DB (or 0xA979DB) is known color: Medium Purple. HEX triplet: A9, 79 and DB. RGB value is (169,121,219). Sum of RGB (Red+Green+Blue) = 169+121+219=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #A979DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A979DB is #568624. Grayscale: #929292. Windows color (decimal): -5670437 or 14383529. OLE color: 14383529.
HSL color Cylindrical-coordinate representation of color #A979DB: hue angle of 269.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A979DB is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 121 | 219 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.14 |
| HSL | 269.39º | 0.58% | 0.67% | - |
| HSV(B) | 269.39º | 0.45% | 0.86% | - |
| XYZ | 35.99 | 27.22 | 70.38 | - |
| YUV | 146.52 | 168.9 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 219 | 0.23 | 0.45 | 0 | 0.14 | 269.39 | 0.58 | 0.67 |
| Hex | A9 | 79 | DB | 17 | 2D | 0 | E | 10D | 3A | 43 |
| Octal | 251 | 171 | 333 | 27 | 55 | 0 | 16 | 415 | 72 | 103 |
| Binary | 10101001 | 1111001 | 11011011 | 10111 | 101101 | 0 | 1110 | 100001101 | 111010 | 1000011 |
Color Harmonies of #A979DB
Complementary color
Monochromatic Colors of #A979DB
Black with #A979DB
Text Example
Text Example
White with #A979DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A979DB; }
p { color: rgb(169,121,219); }
H1.HeaderClassName
{
color: #A979DB;
}
.AnyTagClassName
{
color: #A979DB;
}
</style>
background-color css
<style>
a { background-color: #A979DB; }
a { background-color: rgb(169,121,219); }
div.DivClassName
{
background-color: #A979DB;
}
.BgClassName
{
background-color: #A979DB;
}
</style>
border-color css
<style>
span { border-color: #A979DB; }
span { border-color: rgb(169,121,219); }
td.TdClassName
{
border-color: #A979DB;
}
.TagClassName
{
border-color: #A979DB;
}
</style>