Shades of Medium Purple #AB73FA
Tints of Medium Purple #AB73FA
RGB
CMYK
RGB Variations
Color information
#AB73FA (or 0xAB73FA) is known color: Medium Purple. HEX triplet: AB, 73 and FA. RGB value is (171,115,250). Sum of RGB (Red+Green+Blue) = 171+115+250=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB73FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB73FA is #548C05. Grayscale: #929292. Windows color (decimal): -5540870 or 16413611. OLE color: 16413611.
HSL color Cylindrical-coordinate representation of color #AB73FA: hue angle of 264.89º degrees, saturation: 0.93, 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 #AB73FA is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 115 | 250 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.02 |
| HSL | 264.89º | 0.93% | 0.72% | - |
| HSV(B) | 264.89º | 0.54% | 0.98% | - |
| XYZ | 40.18 | 27.82 | 93.69 | - |
| YUV | 147.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 250 | 0.32 | 0.54 | 0 | 0.02 | 264.89 | 0.93 | 0.72 |
| Hex | AB | 73 | FA | 20 | 36 | 0 | 2 | 109 | 5D | 48 |
| Octal | 253 | 163 | 372 | 40 | 66 | 0 | 2 | 411 | 135 | 110 |
| Binary | 10101011 | 1110011 | 11111010 | 100000 | 110110 | 0 | 10 | 100001001 | 1011101 | 1001000 |
Color Harmonies of #AB73FA
Complementary color
Monochromatic Colors of #AB73FA
Black with #AB73FA
Text Example
Text Example
White with #AB73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73FA; }
p { color: rgb(171,115,250); }
H1.HeaderClassName
{
color: #AB73FA;
}
.AnyTagClassName
{
color: #AB73FA;
}
</style>
background-color css
<style>
a { background-color: #AB73FA; }
a { background-color: rgb(171,115,250); }
div.DivClassName
{
background-color: #AB73FA;
}
.BgClassName
{
background-color: #AB73FA;
}
</style>
border-color css
<style>
span { border-color: #AB73FA; }
span { border-color: rgb(171,115,250); }
td.TdClassName
{
border-color: #AB73FA;
}
.TagClassName
{
border-color: #AB73FA;
}
</style>