Shades of Medium Purple #AB7CFC
Tints of Medium Purple #AB7CFC
RGB
CMYK
RGB Variations
Color information
#AB7CFC (or 0xAB7CFC) is known color: Medium Purple. HEX triplet: AB, 7C and FC. RGB value is (171,124,252). Sum of RGB (Red+Green+Blue) = 171+124+252=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB7CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CFC is #548303. Grayscale: #989898. Windows color (decimal): -5538564 or 16546987. OLE color: 16546987.
HSL color Cylindrical-coordinate representation of color #AB7CFC: hue angle of 262.03º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB7CFC is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 124 | 252 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.01 |
| HSL | 262.03º | 0.96% | 0.74% | - |
| HSV(B) | 262.03º | 0.51% | 0.99% | - |
| XYZ | 41.57 | 30.1 | 95.71 | - |
| YUV | 152.65 | 184.07 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 252 | 0.32 | 0.51 | 0 | 0.01 | 262.03 | 0.96 | 0.74 |
| Hex | AB | 7C | FC | 20 | 33 | 0 | 1 | 106 | 60 | 4A |
| Octal | 253 | 174 | 374 | 40 | 63 | 0 | 1 | 406 | 140 | 112 |
| Binary | 10101011 | 1111100 | 11111100 | 100000 | 110011 | 0 | 1 | 100000110 | 1100000 | 1001010 |
Color Harmonies of #AB7CFC
Complementary color
Monochromatic Colors of #AB7CFC
Black with #AB7CFC
Text Example
Text Example
White with #AB7CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CFC; }
p { color: rgb(171,124,252); }
H1.HeaderClassName
{
color: #AB7CFC;
}
.AnyTagClassName
{
color: #AB7CFC;
}
</style>
background-color css
<style>
a { background-color: #AB7CFC; }
a { background-color: rgb(171,124,252); }
div.DivClassName
{
background-color: #AB7CFC;
}
.BgClassName
{
background-color: #AB7CFC;
}
</style>
border-color css
<style>
span { border-color: #AB7CFC; }
span { border-color: rgb(171,124,252); }
td.TdClassName
{
border-color: #AB7CFC;
}
.TagClassName
{
border-color: #AB7CFC;
}
</style>