Shades of Medium Purple #AB7BFC
Tints of Medium Purple #AB7BFC
RGB
CMYK
RGB Variations
Color information
#AB7BFC (or 0xAB7BFC) is known color: Medium Purple. HEX triplet: AB, 7B and FC. RGB value is (171,123,252). Sum of RGB (Red+Green+Blue) = 171+123+252=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB7BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7BFC is #548403. Grayscale: #979797. Windows color (decimal): -5538820 or 16546731. OLE color: 16546731.
HSL color Cylindrical-coordinate representation of color #AB7BFC: hue angle of 262.33º 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 #AB7BFC is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 123 | 252 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.01 |
| HSL | 262.33º | 0.96% | 0.74% | - |
| HSV(B) | 262.33º | 0.51% | 0.99% | - |
| XYZ | 41.45 | 29.85 | 95.67 | - |
| YUV | 152.06 | 184.4 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 252 | 0.32 | 0.51 | 0 | 0.01 | 262.33 | 0.96 | 0.74 |
| Hex | AB | 7B | FC | 20 | 33 | 0 | 1 | 106 | 60 | 4A |
| Octal | 253 | 173 | 374 | 40 | 63 | 0 | 1 | 406 | 140 | 112 |
| Binary | 10101011 | 1111011 | 11111100 | 100000 | 110011 | 0 | 1 | 100000110 | 1100000 | 1001010 |
Color Harmonies of #AB7BFC
Complementary color
Monochromatic Colors of #AB7BFC
Black with #AB7BFC
Text Example
Text Example
White with #AB7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BFC; }
p { color: rgb(171,123,252); }
H1.HeaderClassName
{
color: #AB7BFC;
}
.AnyTagClassName
{
color: #AB7BFC;
}
</style>
background-color css
<style>
a { background-color: #AB7BFC; }
a { background-color: rgb(171,123,252); }
div.DivClassName
{
background-color: #AB7BFC;
}
.BgClassName
{
background-color: #AB7BFC;
}
</style>
border-color css
<style>
span { border-color: #AB7BFC; }
span { border-color: rgb(171,123,252); }
td.TdClassName
{
border-color: #AB7BFC;
}
.TagClassName
{
border-color: #AB7BFC;
}
</style>