Shades of Medium Purple #AB7CF8
Tints of Medium Purple #AB7CF8
RGB
CMYK
RGB Variations
Color information
#AB7CF8 (or 0xAB7CF8) is known color: Medium Purple. HEX triplet: AB, 7C and F8. RGB value is (171,124,248). Sum of RGB (Red+Green+Blue) = 171+124+248=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB7CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CF8 is #548307. Grayscale: #979797. Windows color (decimal): -5538568 or 16284843. OLE color: 16284843.
HSL color Cylindrical-coordinate representation of color #AB7CF8: hue angle of 262.74º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7CF8 is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 124 | 248 | - |
| CMYK | 0.31 | 0.5 | 0 | 0.03 |
| HSL | 262.74º | 0.9% | 0.73% | - |
| HSV(B) | 262.74º | 0.5% | 0.97% | - |
| XYZ | 40.95 | 29.85 | 92.41 | - |
| YUV | 152.19 | 182.07 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 248 | 0.31 | 0.5 | 0 | 0.03 | 262.74 | 0.9 | 0.73 |
| Hex | AB | 7C | F8 | 1F | 32 | 0 | 3 | 107 | 5A | 49 |
| Octal | 253 | 174 | 370 | 37 | 62 | 0 | 3 | 407 | 132 | 111 |
| Binary | 10101011 | 1111100 | 11111000 | 11111 | 110010 | 0 | 11 | 100000111 | 1011010 | 1001001 |
Color Harmonies of #AB7CF8
Complementary color
Monochromatic Colors of #AB7CF8
Black with #AB7CF8
Text Example
Text Example
White with #AB7CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CF8; }
p { color: rgb(171,124,248); }
H1.HeaderClassName
{
color: #AB7CF8;
}
.AnyTagClassName
{
color: #AB7CF8;
}
</style>
background-color css
<style>
a { background-color: #AB7CF8; }
a { background-color: rgb(171,124,248); }
div.DivClassName
{
background-color: #AB7CF8;
}
.BgClassName
{
background-color: #AB7CF8;
}
</style>
border-color css
<style>
span { border-color: #AB7CF8; }
span { border-color: rgb(171,124,248); }
td.TdClassName
{
border-color: #AB7CF8;
}
.TagClassName
{
border-color: #AB7CF8;
}
</style>