Shades of Medium Purple #AB81EF
Tints of Medium Purple #AB81EF
RGB
CMYK
RGB Variations
Color information
#AB81EF (or 0xAB81EF) is known color: Medium Purple. HEX triplet: AB, 81 and EF. RGB value is (171,129,239). Sum of RGB (Red+Green+Blue) = 171+129+239=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB81EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB81EF is #547E10. Grayscale: #999999. Windows color (decimal): -5537297 or 15696299. OLE color: 15696299.
HSL color Cylindrical-coordinate representation of color #AB81EF: hue angle of 262.91º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB81EF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 129 | 239 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.06 |
| HSL | 262.91º | 0.77% | 0.72% | - |
| HSV(B) | 262.91º | 0.46% | 0.94% | - |
| XYZ | 40.22 | 30.59 | 85.45 | - |
| YUV | 154.1 | 175.91 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 239 | 0.28 | 0.46 | 0 | 0.06 | 262.91 | 0.77 | 0.72 |
| Hex | AB | 81 | EF | 1C | 2E | 0 | 6 | 107 | 4D | 48 |
| Octal | 253 | 201 | 357 | 34 | 56 | 0 | 6 | 407 | 115 | 110 |
| Binary | 10101011 | 10000001 | 11101111 | 11100 | 101110 | 0 | 110 | 100000111 | 1001101 | 1001000 |
Color Harmonies of #AB81EF
Complementary color
Monochromatic Colors of #AB81EF
Black with #AB81EF
Text Example
Text Example
White with #AB81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81EF; }
p { color: rgb(171,129,239); }
H1.HeaderClassName
{
color: #AB81EF;
}
.AnyTagClassName
{
color: #AB81EF;
}
</style>
background-color css
<style>
a { background-color: #AB81EF; }
a { background-color: rgb(171,129,239); }
div.DivClassName
{
background-color: #AB81EF;
}
.BgClassName
{
background-color: #AB81EF;
}
</style>
border-color css
<style>
span { border-color: #AB81EF; }
span { border-color: rgb(171,129,239); }
td.TdClassName
{
border-color: #AB81EF;
}
.TagClassName
{
border-color: #AB81EF;
}
</style>