Shades of Medium Purple #AB7EFE
Tints of Medium Purple #AB7EFE
RGB
CMYK
RGB Variations
Color information
#AB7EFE (or 0xAB7EFE) is known color: Medium Purple. HEX triplet: AB, 7E and FE. RGB value is (171,126,254). Sum of RGB (Red+Green+Blue) = 171+126+254=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB7EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7EFE is #548101. Grayscale: #999999. Windows color (decimal): -5538050 or 16678571. OLE color: 16678571.
HSL color Cylindrical-coordinate representation of color #AB7EFE: hue angle of 261.09º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7EFE is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 126 | 254 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.00 |
| HSL | 261.09º | 0.98% | 0.75% | - |
| HSV(B) | 261.09º | 0.5% | 1% | - |
| XYZ | 42.14 | 30.74 | 97.48 | - |
| YUV | 154.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 254 | 0.33 | 0.50 | 0 | 0.00 | 261.09 | 0.98 | 0.75 |
| Hex | AB | 7E | FE | 21 | 32 | 0 | 0 | 105 | 62 | 4B |
| Octal | 253 | 176 | 376 | 41 | 62 | 0 | 0 | 405 | 142 | 113 |
| Binary | 10101011 | 1111110 | 11111110 | 100001 | 110010 | 0 | 0 | 100000101 | 1100010 | 1001011 |
Color Harmonies of #AB7EFE
Complementary color
Monochromatic Colors of #AB7EFE
Black with #AB7EFE
Text Example
Text Example
White with #AB7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7EFE; }
p { color: rgb(171,126,254); }
H1.HeaderClassName
{
color: #AB7EFE;
}
.AnyTagClassName
{
color: #AB7EFE;
}
</style>
background-color css
<style>
a { background-color: #AB7EFE; }
a { background-color: rgb(171,126,254); }
div.DivClassName
{
background-color: #AB7EFE;
}
.BgClassName
{
background-color: #AB7EFE;
}
</style>
border-color css
<style>
span { border-color: #AB7EFE; }
span { border-color: rgb(171,126,254); }
td.TdClassName
{
border-color: #AB7EFE;
}
.TagClassName
{
border-color: #AB7EFE;
}
</style>