Shades of Medium Purple #AB7FE8
Tints of Medium Purple #AB7FE8
RGB
CMYK
RGB Variations
Color information
#AB7FE8 (or 0xAB7FE8) is known color: Medium Purple. HEX triplet: AB, 7F and E8. RGB value is (171,127,232). Sum of RGB (Red+Green+Blue) = 171+127+232=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB7FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7FE8 is #548017. Grayscale: #979797. Windows color (decimal): -5537816 or 15237035. OLE color: 15237035.
HSL color Cylindrical-coordinate representation of color #AB7FE8: hue angle of 265.14º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB7FE8 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 127 | 232 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.09 |
| HSL | 265.14º | 0.7% | 0.7% | - |
| HSV(B) | 265.14º | 0.45% | 0.91% | - |
| XYZ | 38.95 | 29.66 | 80.02 | - |
| YUV | 152.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 232 | 0.26 | 0.45 | 0 | 0.09 | 265.14 | 0.7 | 0.7 |
| Hex | AB | 7F | E8 | 1A | 2D | 0 | 9 | 109 | 46 | 46 |
| Octal | 253 | 177 | 350 | 32 | 55 | 0 | 11 | 411 | 106 | 106 |
| Binary | 10101011 | 1111111 | 11101000 | 11010 | 101101 | 0 | 1001 | 100001001 | 1000110 | 1000110 |
Color Harmonies of #AB7FE8
Complementary color
Monochromatic Colors of #AB7FE8
Black with #AB7FE8
Text Example
Text Example
White with #AB7FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7FE8; }
p { color: rgb(171,127,232); }
H1.HeaderClassName
{
color: #AB7FE8;
}
.AnyTagClassName
{
color: #AB7FE8;
}
</style>
background-color css
<style>
a { background-color: #AB7FE8; }
a { background-color: rgb(171,127,232); }
div.DivClassName
{
background-color: #AB7FE8;
}
.BgClassName
{
background-color: #AB7FE8;
}
</style>
border-color css
<style>
span { border-color: #AB7FE8; }
span { border-color: rgb(171,127,232); }
td.TdClassName
{
border-color: #AB7FE8;
}
.TagClassName
{
border-color: #AB7FE8;
}
</style>