Shades of Medium Purple #AB80EC
Tints of Medium Purple #AB80EC
RGB
CMYK
RGB Variations
Color information
#AB80EC (or 0xAB80EC) is known color: Medium Purple. HEX triplet: AB, 80 and EC. RGB value is (171,128,236). Sum of RGB (Red+Green+Blue) = 171+128+236=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB80EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB80EC is #547F13. Grayscale: #989898. Windows color (decimal): -5537556 or 15499435. OLE color: 15499435.
HSL color Cylindrical-coordinate representation of color #AB80EC: hue angle of 263.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB80EC is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 128 | 236 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.07 |
| HSL | 263.89º | 0.74% | 0.71% | - |
| HSV(B) | 263.89º | 0.46% | 0.93% | - |
| XYZ | 39.65 | 30.15 | 83.09 | - |
| YUV | 153.17 | 174.75 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 236 | 0.28 | 0.46 | 0 | 0.07 | 263.89 | 0.74 | 0.71 |
| Hex | AB | 80 | EC | 1C | 2E | 0 | 7 | 108 | 4A | 47 |
| Octal | 253 | 200 | 354 | 34 | 56 | 0 | 7 | 410 | 112 | 107 |
| Binary | 10101011 | 10000000 | 11101100 | 11100 | 101110 | 0 | 111 | 100001000 | 1001010 | 1000111 |
Color Harmonies of #AB80EC
Complementary color
Monochromatic Colors of #AB80EC
Black with #AB80EC
Text Example
Text Example
White with #AB80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80EC; }
p { color: rgb(171,128,236); }
H1.HeaderClassName
{
color: #AB80EC;
}
.AnyTagClassName
{
color: #AB80EC;
}
</style>
background-color css
<style>
a { background-color: #AB80EC; }
a { background-color: rgb(171,128,236); }
div.DivClassName
{
background-color: #AB80EC;
}
.BgClassName
{
background-color: #AB80EC;
}
</style>
border-color css
<style>
span { border-color: #AB80EC; }
span { border-color: rgb(171,128,236); }
td.TdClassName
{
border-color: #AB80EC;
}
.TagClassName
{
border-color: #AB80EC;
}
</style>