Shades of Medium Purple #AB7CF4
Tints of Medium Purple #AB7CF4
RGB
CMYK
RGB Variations
Color information
#AB7CF4 (or 0xAB7CF4) is known color: Medium Purple. HEX triplet: AB, 7C and F4. RGB value is (171,124,244). Sum of RGB (Red+Green+Blue) = 171+124+244=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB7CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CF4 is #54830B. Grayscale: #979797. Windows color (decimal): -5538572 or 16022699. OLE color: 16022699.
HSL color Cylindrical-coordinate representation of color #AB7CF4: hue angle of 263.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB7CF4 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 124 | 244 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.04 |
| HSL | 263.5º | 0.85% | 0.72% | - |
| HSV(B) | 263.5º | 0.49% | 0.96% | - |
| XYZ | 40.33 | 29.6 | 89.18 | - |
| YUV | 151.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 244 | 0.30 | 0.49 | 0 | 0.04 | 263.5 | 0.85 | 0.72 |
| Hex | AB | 7C | F4 | 1E | 31 | 0 | 4 | 108 | 55 | 48 |
| Octal | 253 | 174 | 364 | 36 | 61 | 0 | 4 | 410 | 125 | 110 |
| Binary | 10101011 | 1111100 | 11110100 | 11110 | 110001 | 0 | 100 | 100001000 | 1010101 | 1001000 |
Color Harmonies of #AB7CF4
Complementary color
Monochromatic Colors of #AB7CF4
Black with #AB7CF4
Text Example
Text Example
White with #AB7CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CF4; }
p { color: rgb(171,124,244); }
H1.HeaderClassName
{
color: #AB7CF4;
}
.AnyTagClassName
{
color: #AB7CF4;
}
</style>
background-color css
<style>
a { background-color: #AB7CF4; }
a { background-color: rgb(171,124,244); }
div.DivClassName
{
background-color: #AB7CF4;
}
.BgClassName
{
background-color: #AB7CF4;
}
</style>
border-color css
<style>
span { border-color: #AB7CF4; }
span { border-color: rgb(171,124,244); }
td.TdClassName
{
border-color: #AB7CF4;
}
.TagClassName
{
border-color: #AB7CF4;
}
</style>