Shades of Medium Purple #AB74FC
Tints of Medium Purple #AB74FC
RGB
CMYK
RGB Variations
Color information
#AB74FC (or 0xAB74FC) is known color: Medium Purple. HEX triplet: AB, 74 and FC. RGB value is (171,116,252). Sum of RGB (Red+Green+Blue) = 171+116+252=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB74FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB74FC is #548B03. Grayscale: #939393. Windows color (decimal): -5540612 or 16544939. OLE color: 16544939.
HSL color Cylindrical-coordinate representation of color #AB74FC: hue angle of 264.26º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB74FC is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 116 | 252 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.01 |
| HSL | 264.26º | 0.96% | 0.72% | - |
| HSV(B) | 264.26º | 0.54% | 0.99% | - |
| XYZ | 40.61 | 28.18 | 95.39 | - |
| YUV | 147.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 252 | 0.32 | 0.54 | 0 | 0.01 | 264.26 | 0.96 | 0.72 |
| Hex | AB | 74 | FC | 20 | 36 | 0 | 1 | 108 | 60 | 48 |
| Octal | 253 | 164 | 374 | 40 | 66 | 0 | 1 | 410 | 140 | 110 |
| Binary | 10101011 | 1110100 | 11111100 | 100000 | 110110 | 0 | 1 | 100001000 | 1100000 | 1001000 |
Color Harmonies of #AB74FC
Complementary color
Monochromatic Colors of #AB74FC
Black with #AB74FC
Text Example
Text Example
White with #AB74FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74FC; }
p { color: rgb(171,116,252); }
H1.HeaderClassName
{
color: #AB74FC;
}
.AnyTagClassName
{
color: #AB74FC;
}
</style>
background-color css
<style>
a { background-color: #AB74FC; }
a { background-color: rgb(171,116,252); }
div.DivClassName
{
background-color: #AB74FC;
}
.BgClassName
{
background-color: #AB74FC;
}
</style>
border-color css
<style>
span { border-color: #AB74FC; }
span { border-color: rgb(171,116,252); }
td.TdClassName
{
border-color: #AB74FC;
}
.TagClassName
{
border-color: #AB74FC;
}
</style>