Shades of Medium Purple #AB79DF
Tints of Medium Purple #AB79DF
RGB
CMYK
RGB Variations
Color information
#AB79DF (or 0xAB79DF) is known color: Medium Purple. HEX triplet: AB, 79 and DF. RGB value is (171,121,223). Sum of RGB (Red+Green+Blue) = 171+121+223=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB79DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB79DF is #548620. Grayscale: #939393. Windows color (decimal): -5539361 or 14645675. OLE color: 14645675.
HSL color Cylindrical-coordinate representation of color #AB79DF: hue angle of 269.41º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB79DF is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 121 | 223 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.13 |
| HSL | 269.41º | 0.61% | 0.67% | - |
| HSV(B) | 269.41º | 0.46% | 0.87% | - |
| XYZ | 36.95 | 27.66 | 73.2 | - |
| YUV | 147.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 223 | 0.23 | 0.46 | 0 | 0.13 | 269.41 | 0.61 | 0.67 |
| Hex | AB | 79 | DF | 17 | 2E | 0 | D | 10D | 3D | 43 |
| Octal | 253 | 171 | 337 | 27 | 56 | 0 | 15 | 415 | 75 | 103 |
| Binary | 10101011 | 1111001 | 11011111 | 10111 | 101110 | 0 | 1101 | 100001101 | 111101 | 1000011 |
Color Harmonies of #AB79DF
Complementary color
Monochromatic Colors of #AB79DF
Black with #AB79DF
Text Example
Text Example
White with #AB79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB79DF; }
p { color: rgb(171,121,223); }
H1.HeaderClassName
{
color: #AB79DF;
}
.AnyTagClassName
{
color: #AB79DF;
}
</style>
background-color css
<style>
a { background-color: #AB79DF; }
a { background-color: rgb(171,121,223); }
div.DivClassName
{
background-color: #AB79DF;
}
.BgClassName
{
background-color: #AB79DF;
}
</style>
border-color css
<style>
span { border-color: #AB79DF; }
span { border-color: rgb(171,121,223); }
td.TdClassName
{
border-color: #AB79DF;
}
.TagClassName
{
border-color: #AB79DF;
}
</style>