Shades of Medium Purple #AB58FB
Tints of Medium Purple #AB58FB
RGB
CMYK
RGB Variations
Color information
#AB58FB (or 0xAB58FB) is known color: Medium Purple. HEX triplet: AB, 58 and FB. RGB value is (171,88,251). Sum of RGB (Red+Green+Blue) = 171+88+251=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB58FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58FB is #54A704. Grayscale: #828282. Windows color (decimal): -5547781 or 16472235. OLE color: 16472235.
HSL color Cylindrical-coordinate representation of color #AB58FB: hue angle of 270.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB58FB is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 88 | 251 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.02 |
| HSL | 270.55º | 0.95% | 0.66% | - |
| HSV(B) | 270.55º | 0.65% | 0.98% | - |
| XYZ | 37.7 | 22.6 | 93.64 | - |
| YUV | 131.4 | 195.5 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 251 | 0.32 | 0.65 | 0 | 0.02 | 270.55 | 0.95 | 0.66 |
| Hex | AB | 58 | FB | 20 | 41 | 0 | 2 | 10F | 5F | 42 |
| Octal | 253 | 130 | 373 | 40 | 101 | 0 | 2 | 417 | 137 | 102 |
| Binary | 10101011 | 1011000 | 11111011 | 100000 | 1000001 | 0 | 10 | 100001111 | 1011111 | 1000010 |
Color Harmonies of #AB58FB
Complementary color
Monochromatic Colors of #AB58FB
Black with #AB58FB
Text Example
Text Example
White with #AB58FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58FB; }
p { color: rgb(171,88,251); }
H1.HeaderClassName
{
color: #AB58FB;
}
.AnyTagClassName
{
color: #AB58FB;
}
</style>
background-color css
<style>
a { background-color: #AB58FB; }
a { background-color: rgb(171,88,251); }
div.DivClassName
{
background-color: #AB58FB;
}
.BgClassName
{
background-color: #AB58FB;
}
</style>
border-color css
<style>
span { border-color: #AB58FB; }
span { border-color: rgb(171,88,251); }
td.TdClassName
{
border-color: #AB58FB;
}
.TagClassName
{
border-color: #AB58FB;
}
</style>