Shades of Medium Purple #AB74F0
Tints of Medium Purple #AB74F0
RGB
CMYK
RGB Variations
Color information
#AB74F0 (or 0xAB74F0) is known color: Medium Purple. HEX triplet: AB, 74 and F0. RGB value is (171,116,240). Sum of RGB (Red+Green+Blue) = 171+116+240=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB74F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB74F0 is #548B0F. Grayscale: #929292. Windows color (decimal): -5540624 or 15758507. OLE color: 15758507.
HSL color Cylindrical-coordinate representation of color #AB74F0: hue angle of 266.61º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB74F0 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 116 | 240 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.06 |
| HSL | 266.61º | 0.81% | 0.7% | - |
| HSV(B) | 266.61º | 0.52% | 0.94% | - |
| XYZ | 38.77 | 27.44 | 85.69 | - |
| YUV | 146.58 | 180.72 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 240 | 0.29 | 0.52 | 0 | 0.06 | 266.61 | 0.81 | 0.7 |
| Hex | AB | 74 | F0 | 1D | 34 | 0 | 6 | 10B | 51 | 46 |
| Octal | 253 | 164 | 360 | 35 | 64 | 0 | 6 | 413 | 121 | 106 |
| Binary | 10101011 | 1110100 | 11110000 | 11101 | 110100 | 0 | 110 | 100001011 | 1010001 | 1000110 |
Color Harmonies of #AB74F0
Complementary color
Monochromatic Colors of #AB74F0
Black with #AB74F0
Text Example
Text Example
White with #AB74F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74F0; }
p { color: rgb(171,116,240); }
H1.HeaderClassName
{
color: #AB74F0;
}
.AnyTagClassName
{
color: #AB74F0;
}
</style>
background-color css
<style>
a { background-color: #AB74F0; }
a { background-color: rgb(171,116,240); }
div.DivClassName
{
background-color: #AB74F0;
}
.BgClassName
{
background-color: #AB74F0;
}
</style>
border-color css
<style>
span { border-color: #AB74F0; }
span { border-color: rgb(171,116,240); }
td.TdClassName
{
border-color: #AB74F0;
}
.TagClassName
{
border-color: #AB74F0;
}
</style>