Shades of Medium Purple #AB79EA
Tints of Medium Purple #AB79EA
RGB
CMYK
RGB Variations
Color information
#AB79EA (or 0xAB79EA) is known color: Medium Purple. HEX triplet: AB, 79 and EA. RGB value is (171,121,234). Sum of RGB (Red+Green+Blue) = 171+121+234=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB79EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB79EA is #548615. Grayscale: #949494. Windows color (decimal): -5539350 or 15366571. OLE color: 15366571.
HSL color Cylindrical-coordinate representation of color #AB79EA: hue angle of 266.55º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB79EA is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 121 | 234 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.08 |
| HSL | 266.55º | 0.73% | 0.7% | - |
| HSV(B) | 266.55º | 0.48% | 0.92% | - |
| XYZ | 38.48 | 28.27 | 81.27 | - |
| YUV | 148.83 | 176.07 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 234 | 0.27 | 0.48 | 0 | 0.08 | 266.55 | 0.73 | 0.7 |
| Hex | AB | 79 | EA | 1B | 30 | 0 | 8 | 10B | 49 | 46 |
| Octal | 253 | 171 | 352 | 33 | 60 | 0 | 10 | 413 | 111 | 106 |
| Binary | 10101011 | 1111001 | 11101010 | 11011 | 110000 | 0 | 1000 | 100001011 | 1001001 | 1000110 |
Color Harmonies of #AB79EA
Complementary color
Monochromatic Colors of #AB79EA
Black with #AB79EA
Text Example
Text Example
White with #AB79EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB79EA; }
p { color: rgb(171,121,234); }
H1.HeaderClassName
{
color: #AB79EA;
}
.AnyTagClassName
{
color: #AB79EA;
}
</style>
background-color css
<style>
a { background-color: #AB79EA; }
a { background-color: rgb(171,121,234); }
div.DivClassName
{
background-color: #AB79EA;
}
.BgClassName
{
background-color: #AB79EA;
}
</style>
border-color css
<style>
span { border-color: #AB79EA; }
span { border-color: rgb(171,121,234); }
td.TdClassName
{
border-color: #AB79EA;
}
.TagClassName
{
border-color: #AB79EA;
}
</style>