Shades of Medium Purple #AB7DFB
Tints of Medium Purple #AB7DFB
RGB
CMYK
RGB Variations
Color information
#AB7DFB (or 0xAB7DFB) is known color: Medium Purple. HEX triplet: AB, 7D and FB. RGB value is (171,125,251). Sum of RGB (Red+Green+Blue) = 171+125+251=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB7DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DFB is #548204. Grayscale: #989898. Windows color (decimal): -5538309 or 16481707. OLE color: 16481707.
HSL color Cylindrical-coordinate representation of color #AB7DFB: hue angle of 261.9º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7DFB is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 125 | 251 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.02 |
| HSL | 261.9º | 0.94% | 0.74% | - |
| HSV(B) | 261.9º | 0.5% | 0.98% | - |
| XYZ | 41.54 | 30.29 | 94.92 | - |
| YUV | 153.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 251 | 0.32 | 0.50 | 0 | 0.02 | 261.9 | 0.94 | 0.74 |
| Hex | AB | 7D | FB | 20 | 32 | 0 | 2 | 106 | 5E | 4A |
| Octal | 253 | 175 | 373 | 40 | 62 | 0 | 2 | 406 | 136 | 112 |
| Binary | 10101011 | 1111101 | 11111011 | 100000 | 110010 | 0 | 10 | 100000110 | 1011110 | 1001010 |
Color Harmonies of #AB7DFB
Complementary color
Monochromatic Colors of #AB7DFB
Black with #AB7DFB
Text Example
Text Example
White with #AB7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DFB; }
p { color: rgb(171,125,251); }
H1.HeaderClassName
{
color: #AB7DFB;
}
.AnyTagClassName
{
color: #AB7DFB;
}
</style>
background-color css
<style>
a { background-color: #AB7DFB; }
a { background-color: rgb(171,125,251); }
div.DivClassName
{
background-color: #AB7DFB;
}
.BgClassName
{
background-color: #AB7DFB;
}
</style>
border-color css
<style>
span { border-color: #AB7DFB; }
span { border-color: rgb(171,125,251); }
td.TdClassName
{
border-color: #AB7DFB;
}
.TagClassName
{
border-color: #AB7DFB;
}
</style>