Shades of Medium Purple #AB79E4
Tints of Medium Purple #AB79E4
RGB
CMYK
RGB Variations
Color information
#AB79E4 (or 0xAB79E4) is known color: Medium Purple. HEX triplet: AB, 79 and E4. RGB value is (171,121,228). Sum of RGB (Red+Green+Blue) = 171+121+228=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB79E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB79E4 is #54861B. Grayscale: #939393. Windows color (decimal): -5539356 or 14973355. OLE color: 14973355.
HSL color Cylindrical-coordinate representation of color #AB79E4: hue angle of 268.04º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB79E4 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 121 | 228 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.11 |
| HSL | 268.04º | 0.66% | 0.68% | - |
| HSV(B) | 268.04º | 0.47% | 0.89% | - |
| XYZ | 37.64 | 27.93 | 76.81 | - |
| YUV | 148.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 228 | 0.25 | 0.47 | 0 | 0.11 | 268.04 | 0.66 | 0.68 |
| Hex | AB | 79 | E4 | 19 | 2F | 0 | B | 10C | 42 | 44 |
| Octal | 253 | 171 | 344 | 31 | 57 | 0 | 13 | 414 | 102 | 104 |
| Binary | 10101011 | 1111001 | 11100100 | 11001 | 101111 | 0 | 1011 | 100001100 | 1000010 | 1000100 |
Color Harmonies of #AB79E4
Complementary color
Monochromatic Colors of #AB79E4
Black with #AB79E4
Text Example
Text Example
White with #AB79E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB79E4; }
p { color: rgb(171,121,228); }
H1.HeaderClassName
{
color: #AB79E4;
}
.AnyTagClassName
{
color: #AB79E4;
}
</style>
background-color css
<style>
a { background-color: #AB79E4; }
a { background-color: rgb(171,121,228); }
div.DivClassName
{
background-color: #AB79E4;
}
.BgClassName
{
background-color: #AB79E4;
}
</style>
border-color css
<style>
span { border-color: #AB79E4; }
span { border-color: rgb(171,121,228); }
td.TdClassName
{
border-color: #AB79E4;
}
.TagClassName
{
border-color: #AB79E4;
}
</style>