Shades of Medium Purple #AB73F1
Tints of Medium Purple #AB73F1
RGB
CMYK
RGB Variations
Color information
#AB73F1 (or 0xAB73F1) is known color: Medium Purple. HEX triplet: AB, 73 and F1. RGB value is (171,115,241). Sum of RGB (Red+Green+Blue) = 171+115+241=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB73F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB73F1 is #548C0E. Grayscale: #919191. Windows color (decimal): -5540879 or 15823787. OLE color: 15823787.
HSL color Cylindrical-coordinate representation of color #AB73F1: hue angle of 266.67º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB73F1 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 115 | 241 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.05 |
| HSL | 266.67º | 0.82% | 0.7% | - |
| HSV(B) | 266.67º | 0.52% | 0.95% | - |
| XYZ | 38.8 | 27.27 | 86.44 | - |
| YUV | 146.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 241 | 0.29 | 0.52 | 0 | 0.05 | 266.67 | 0.82 | 0.7 |
| Hex | AB | 73 | F1 | 1D | 34 | 0 | 5 | 10B | 52 | 46 |
| Octal | 253 | 163 | 361 | 35 | 64 | 0 | 5 | 413 | 122 | 106 |
| Binary | 10101011 | 1110011 | 11110001 | 11101 | 110100 | 0 | 101 | 100001011 | 1010010 | 1000110 |
Color Harmonies of #AB73F1
Complementary color
Monochromatic Colors of #AB73F1
Black with #AB73F1
Text Example
Text Example
White with #AB73F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73F1; }
p { color: rgb(171,115,241); }
H1.HeaderClassName
{
color: #AB73F1;
}
.AnyTagClassName
{
color: #AB73F1;
}
</style>
background-color css
<style>
a { background-color: #AB73F1; }
a { background-color: rgb(171,115,241); }
div.DivClassName
{
background-color: #AB73F1;
}
.BgClassName
{
background-color: #AB73F1;
}
</style>
border-color css
<style>
span { border-color: #AB73F1; }
span { border-color: rgb(171,115,241); }
td.TdClassName
{
border-color: #AB73F1;
}
.TagClassName
{
border-color: #AB73F1;
}
</style>