Shades of Medium Purple #AB79E5
Tints of Medium Purple #AB79E5
RGB
CMYK
RGB Variations
Color information
#AB79E5 (or 0xAB79E5) is known color: Medium Purple. HEX triplet: AB, 79 and E5. RGB value is (171,121,229). Sum of RGB (Red+Green+Blue) = 171+121+229=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB79E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB79E5 is #54861A. Grayscale: #939393. Windows color (decimal): -5539355 or 15038891. OLE color: 15038891.
HSL color Cylindrical-coordinate representation of color #AB79E5: hue angle of 267.78º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB79E5 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 121 | 229 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.10 |
| HSL | 267.78º | 0.68% | 0.69% | - |
| HSV(B) | 267.78º | 0.47% | 0.9% | - |
| XYZ | 37.77 | 27.99 | 77.54 | - |
| YUV | 148.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 229 | 0.25 | 0.47 | 0 | 0.10 | 267.78 | 0.68 | 0.69 |
| Hex | AB | 79 | E5 | 19 | 2F | 0 | A | 10C | 44 | 45 |
| Octal | 253 | 171 | 345 | 31 | 57 | 0 | 12 | 414 | 104 | 105 |
| Binary | 10101011 | 1111001 | 11100101 | 11001 | 101111 | 0 | 1010 | 100001100 | 1000100 | 1000101 |
Color Harmonies of #AB79E5
Complementary color
Monochromatic Colors of #AB79E5
Black with #AB79E5
Text Example
Text Example
White with #AB79E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB79E5; }
p { color: rgb(171,121,229); }
H1.HeaderClassName
{
color: #AB79E5;
}
.AnyTagClassName
{
color: #AB79E5;
}
</style>
background-color css
<style>
a { background-color: #AB79E5; }
a { background-color: rgb(171,121,229); }
div.DivClassName
{
background-color: #AB79E5;
}
.BgClassName
{
background-color: #AB79E5;
}
</style>
border-color css
<style>
span { border-color: #AB79E5; }
span { border-color: rgb(171,121,229); }
td.TdClassName
{
border-color: #AB79E5;
}
.TagClassName
{
border-color: #AB79E5;
}
</style>