Shades of Medium Purple #AB76FC
Tints of Medium Purple #AB76FC
RGB
CMYK
RGB Variations
Color information
#AB76FC (or 0xAB76FC) is known color: Medium Purple. HEX triplet: AB, 76 and FC. RGB value is (171,118,252). Sum of RGB (Red+Green+Blue) = 171+118+252=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB76FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB76FC is #548903. Grayscale: #949494. Windows color (decimal): -5540100 or 16545451. OLE color: 16545451.
HSL color Cylindrical-coordinate representation of color #AB76FC: hue angle of 263.73º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB76FC is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 118 | 252 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.01 |
| HSL | 263.73º | 0.96% | 0.73% | - |
| HSV(B) | 263.73º | 0.53% | 0.99% | - |
| XYZ | 40.84 | 28.64 | 95.47 | - |
| YUV | 149.12 | 186.06 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 252 | 0.32 | 0.53 | 0 | 0.01 | 263.73 | 0.96 | 0.73 |
| Hex | AB | 76 | FC | 20 | 35 | 0 | 1 | 108 | 60 | 49 |
| Octal | 253 | 166 | 374 | 40 | 65 | 0 | 1 | 410 | 140 | 111 |
| Binary | 10101011 | 1110110 | 11111100 | 100000 | 110101 | 0 | 1 | 100001000 | 1100000 | 1001001 |
Color Harmonies of #AB76FC
Complementary color
Monochromatic Colors of #AB76FC
Black with #AB76FC
Text Example
Text Example
White with #AB76FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76FC; }
p { color: rgb(171,118,252); }
H1.HeaderClassName
{
color: #AB76FC;
}
.AnyTagClassName
{
color: #AB76FC;
}
</style>
background-color css
<style>
a { background-color: #AB76FC; }
a { background-color: rgb(171,118,252); }
div.DivClassName
{
background-color: #AB76FC;
}
.BgClassName
{
background-color: #AB76FC;
}
</style>
border-color css
<style>
span { border-color: #AB76FC; }
span { border-color: rgb(171,118,252); }
td.TdClassName
{
border-color: #AB76FC;
}
.TagClassName
{
border-color: #AB76FC;
}
</style>