Shades of Medium Purple #AB7CFE
Tints of Medium Purple #AB7CFE
RGB
CMYK
RGB Variations
Color information
#AB7CFE (or 0xAB7CFE) is known color: Medium Purple. HEX triplet: AB, 7C and FE. RGB value is (171,124,254). Sum of RGB (Red+Green+Blue) = 171+124+254=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB7CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CFE is #548301. Grayscale: #989898. Windows color (decimal): -5538562 or 16678059. OLE color: 16678059.
HSL color Cylindrical-coordinate representation of color #AB7CFE: hue angle of 261.69º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB7CFE is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 124 | 254 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.00 |
| HSL | 261.69º | 0.98% | 0.74% | - |
| HSV(B) | 261.69º | 0.51% | 1% | - |
| XYZ | 41.89 | 30.23 | 97.39 | - |
| YUV | 152.87 | 185.07 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 254 | 0.33 | 0.51 | 0 | 0.00 | 261.69 | 0.98 | 0.74 |
| Hex | AB | 7C | FE | 21 | 33 | 0 | 0 | 106 | 62 | 4A |
| Octal | 253 | 174 | 376 | 41 | 63 | 0 | 0 | 406 | 142 | 112 |
| Binary | 10101011 | 1111100 | 11111110 | 100001 | 110011 | 0 | 0 | 100000110 | 1100010 | 1001010 |
Color Harmonies of #AB7CFE
Complementary color
Monochromatic Colors of #AB7CFE
Black with #AB7CFE
Text Example
Text Example
White with #AB7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CFE; }
p { color: rgb(171,124,254); }
H1.HeaderClassName
{
color: #AB7CFE;
}
.AnyTagClassName
{
color: #AB7CFE;
}
</style>
background-color css
<style>
a { background-color: #AB7CFE; }
a { background-color: rgb(171,124,254); }
div.DivClassName
{
background-color: #AB7CFE;
}
.BgClassName
{
background-color: #AB7CFE;
}
</style>
border-color css
<style>
span { border-color: #AB7CFE; }
span { border-color: rgb(171,124,254); }
td.TdClassName
{
border-color: #AB7CFE;
}
.TagClassName
{
border-color: #AB7CFE;
}
</style>