Shades of Medium Purple #AB74FB
Tints of Medium Purple #AB74FB
RGB
CMYK
RGB Variations
Color information
#AB74FB (or 0xAB74FB) is known color: Medium Purple. HEX triplet: AB, 74 and FB. RGB value is (171,116,251). Sum of RGB (Red+Green+Blue) = 171+116+251=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB74FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB74FB is #548B04. Grayscale: #939393. Windows color (decimal): -5540613 or 16479403. OLE color: 16479403.
HSL color Cylindrical-coordinate representation of color #AB74FB: hue angle of 264.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB74FB is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 116 | 251 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.02 |
| HSL | 264.44º | 0.94% | 0.72% | - |
| HSV(B) | 264.44º | 0.54% | 0.98% | - |
| XYZ | 40.45 | 28.11 | 94.56 | - |
| YUV | 147.84 | 186.22 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 251 | 0.32 | 0.54 | 0 | 0.02 | 264.44 | 0.94 | 0.72 |
| Hex | AB | 74 | FB | 20 | 36 | 0 | 2 | 108 | 5E | 48 |
| Octal | 253 | 164 | 373 | 40 | 66 | 0 | 2 | 410 | 136 | 110 |
| Binary | 10101011 | 1110100 | 11111011 | 100000 | 110110 | 0 | 10 | 100001000 | 1011110 | 1001000 |
Color Harmonies of #AB74FB
Complementary color
Monochromatic Colors of #AB74FB
Black with #AB74FB
Text Example
Text Example
White with #AB74FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74FB; }
p { color: rgb(171,116,251); }
H1.HeaderClassName
{
color: #AB74FB;
}
.AnyTagClassName
{
color: #AB74FB;
}
</style>
background-color css
<style>
a { background-color: #AB74FB; }
a { background-color: rgb(171,116,251); }
div.DivClassName
{
background-color: #AB74FB;
}
.BgClassName
{
background-color: #AB74FB;
}
</style>
border-color css
<style>
span { border-color: #AB74FB; }
span { border-color: rgb(171,116,251); }
td.TdClassName
{
border-color: #AB74FB;
}
.TagClassName
{
border-color: #AB74FB;
}
</style>