Shades of Medium Purple #AB6FEC
Tints of Medium Purple #AB6FEC
RGB
CMYK
RGB Variations
Color information
#AB6FEC (or 0xAB6FEC) is known color: Medium Purple. HEX triplet: AB, 6F and EC. RGB value is (171,111,236). Sum of RGB (Red+Green+Blue) = 171+111+236=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB6FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6FEC is #549013. Grayscale: #8E8E8E. Windows color (decimal): -5541908 or 15495083. OLE color: 15495083.
HSL color Cylindrical-coordinate representation of color #AB6FEC: hue angle of 268.8º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB6FEC is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 111 | 236 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.07 |
| HSL | 268.8º | 0.77% | 0.68% | - |
| HSV(B) | 268.8º | 0.53% | 0.93% | - |
| XYZ | 37.62 | 26.08 | 82.41 | - |
| YUV | 143.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 236 | 0.28 | 0.53 | 0 | 0.07 | 268.8 | 0.77 | 0.68 |
| Hex | AB | 6F | EC | 1C | 35 | 0 | 7 | 10D | 4D | 44 |
| Octal | 253 | 157 | 354 | 34 | 65 | 0 | 7 | 415 | 115 | 104 |
| Binary | 10101011 | 1101111 | 11101100 | 11100 | 110101 | 0 | 111 | 100001101 | 1001101 | 1000100 |
Color Harmonies of #AB6FEC
Complementary color
Monochromatic Colors of #AB6FEC
Black with #AB6FEC
Text Example
Text Example
White with #AB6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FEC; }
p { color: rgb(171,111,236); }
H1.HeaderClassName
{
color: #AB6FEC;
}
.AnyTagClassName
{
color: #AB6FEC;
}
</style>
background-color css
<style>
a { background-color: #AB6FEC; }
a { background-color: rgb(171,111,236); }
div.DivClassName
{
background-color: #AB6FEC;
}
.BgClassName
{
background-color: #AB6FEC;
}
</style>
border-color css
<style>
span { border-color: #AB6FEC; }
span { border-color: rgb(171,111,236); }
td.TdClassName
{
border-color: #AB6FEC;
}
.TagClassName
{
border-color: #AB6FEC;
}
</style>