Shades of Medium Purple #AB79DB
Tints of Medium Purple #AB79DB
RGB
CMYK
RGB Variations
Color information
#AB79DB (or 0xAB79DB) is known color: Medium Purple. HEX triplet: AB, 79 and DB. RGB value is (171,121,219). Sum of RGB (Red+Green+Blue) = 171+121+219=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 121 (47.66% from 255 or 23.68% 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 #AB79DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB79DB is #548624. Grayscale: #929292. Windows color (decimal): -5539365 or 14383531. OLE color: 14383531.
HSL color Cylindrical-coordinate representation of color #AB79DB: hue angle of 270.61º 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 #AB79DB is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 121 | 219 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.14 |
| HSL | 270.61º | 0.58% | 0.67% | - |
| HSV(B) | 270.61º | 0.45% | 0.86% | - |
| XYZ | 36.42 | 27.45 | 70.4 | - |
| YUV | 147.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 219 | 0.22 | 0.45 | 0 | 0.14 | 270.61 | 0.58 | 0.67 |
| Hex | AB | 79 | DB | 16 | 2D | 0 | E | 10F | 3A | 43 |
| Octal | 253 | 171 | 333 | 26 | 55 | 0 | 16 | 417 | 72 | 103 |
| Binary | 10101011 | 1111001 | 11011011 | 10110 | 101101 | 0 | 1110 | 100001111 | 111010 | 1000011 |
Color Harmonies of #AB79DB
Complementary color
Monochromatic Colors of #AB79DB
Black with #AB79DB
Text Example
Text Example
White with #AB79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB79DB; }
p { color: rgb(171,121,219); }
H1.HeaderClassName
{
color: #AB79DB;
}
.AnyTagClassName
{
color: #AB79DB;
}
</style>
background-color css
<style>
a { background-color: #AB79DB; }
a { background-color: rgb(171,121,219); }
div.DivClassName
{
background-color: #AB79DB;
}
.BgClassName
{
background-color: #AB79DB;
}
</style>
border-color css
<style>
span { border-color: #AB79DB; }
span { border-color: rgb(171,121,219); }
td.TdClassName
{
border-color: #AB79DB;
}
.TagClassName
{
border-color: #AB79DB;
}
</style>