Shades of Medium Purple #AB73F3
Tints of Medium Purple #AB73F3
RGB
CMYK
RGB Variations
Color information
#AB73F3 (or 0xAB73F3) is known color: Medium Purple. HEX triplet: AB, 73 and F3. RGB value is (171,115,243). Sum of RGB (Red+Green+Blue) = 171+115+243=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB73F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB73F3 is #548C0C. Grayscale: #919191. Windows color (decimal): -5540877 or 15954859. OLE color: 15954859.
HSL color Cylindrical-coordinate representation of color #AB73F3: hue angle of 266.25º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB73F3 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 115 | 243 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.05 |
| HSL | 266.25º | 0.84% | 0.7% | - |
| HSV(B) | 266.25º | 0.53% | 0.95% | - |
| XYZ | 39.1 | 27.39 | 88.02 | - |
| YUV | 146.34 | 182.55 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 243 | 0.30 | 0.53 | 0 | 0.05 | 266.25 | 0.84 | 0.7 |
| Hex | AB | 73 | F3 | 1E | 35 | 0 | 5 | 10A | 54 | 46 |
| Octal | 253 | 163 | 363 | 36 | 65 | 0 | 5 | 412 | 124 | 106 |
| Binary | 10101011 | 1110011 | 11110011 | 11110 | 110101 | 0 | 101 | 100001010 | 1010100 | 1000110 |
Color Harmonies of #AB73F3
Complementary color
Monochromatic Colors of #AB73F3
Black with #AB73F3
Text Example
Text Example
White with #AB73F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73F3; }
p { color: rgb(171,115,243); }
H1.HeaderClassName
{
color: #AB73F3;
}
.AnyTagClassName
{
color: #AB73F3;
}
</style>
background-color css
<style>
a { background-color: #AB73F3; }
a { background-color: rgb(171,115,243); }
div.DivClassName
{
background-color: #AB73F3;
}
.BgClassName
{
background-color: #AB73F3;
}
</style>
border-color css
<style>
span { border-color: #AB73F3; }
span { border-color: rgb(171,115,243); }
td.TdClassName
{
border-color: #AB73F3;
}
.TagClassName
{
border-color: #AB73F3;
}
</style>