Shades of Medium Purple #AB76EF
Tints of Medium Purple #AB76EF
RGB
CMYK
RGB Variations
Color information
#AB76EF (or 0xAB76EF) is known color: Medium Purple. HEX triplet: AB, 76 and EF. RGB value is (171,118,239). Sum of RGB (Red+Green+Blue) = 171+118+239=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB76EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB76EF is #548910. Grayscale: #939393. Windows color (decimal): -5540113 or 15693483. OLE color: 15693483.
HSL color Cylindrical-coordinate representation of color #AB76EF: hue angle of 266.28º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB76EF is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 118 | 239 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.06 |
| HSL | 266.28º | 0.79% | 0.7% | - |
| HSV(B) | 266.28º | 0.51% | 0.94% | - |
| XYZ | 38.85 | 27.85 | 84.99 | - |
| YUV | 147.64 | 179.56 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 239 | 0.28 | 0.51 | 0 | 0.06 | 266.28 | 0.79 | 0.7 |
| Hex | AB | 76 | EF | 1C | 33 | 0 | 6 | 10A | 4F | 46 |
| Octal | 253 | 166 | 357 | 34 | 63 | 0 | 6 | 412 | 117 | 106 |
| Binary | 10101011 | 1110110 | 11101111 | 11100 | 110011 | 0 | 110 | 100001010 | 1001111 | 1000110 |
Color Harmonies of #AB76EF
Complementary color
Monochromatic Colors of #AB76EF
Black with #AB76EF
Text Example
Text Example
White with #AB76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76EF; }
p { color: rgb(171,118,239); }
H1.HeaderClassName
{
color: #AB76EF;
}
.AnyTagClassName
{
color: #AB76EF;
}
</style>
background-color css
<style>
a { background-color: #AB76EF; }
a { background-color: rgb(171,118,239); }
div.DivClassName
{
background-color: #AB76EF;
}
.BgClassName
{
background-color: #AB76EF;
}
</style>
border-color css
<style>
span { border-color: #AB76EF; }
span { border-color: rgb(171,118,239); }
td.TdClassName
{
border-color: #AB76EF;
}
.TagClassName
{
border-color: #AB76EF;
}
</style>