Shades of Medium Purple #AB58FF
Tints of Medium Purple #AB58FF
RGB
CMYK
RGB Variations
Color information
#AB58FF (or 0xAB58FF) is known color: Medium Purple. HEX triplet: AB, 58 and FF. RGB value is (171,88,255). Sum of RGB (Red+Green+Blue) = 171+88+255=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58FF is #54A700. Grayscale: #838383. Windows color (decimal): -5547777 or 16734379. OLE color: 16734379.
HSL color Cylindrical-coordinate representation of color #AB58FF: hue angle of 269.82º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB58FF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 88 | 255 | - |
| CMYK | 0.33 | 0.65 | 0 | 0 |
| HSL | 269.82º | 1% | 0.67% | - |
| HSV(B) | 269.82º | 0.65% | 1% | - |
| XYZ | 38.33 | 22.86 | 97 | - |
| YUV | 131.86 | 197.5 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 255 | 0.33 | 0.65 | 0 | 0 | 269.82 | 1 | 0.67 |
| Hex | AB | 58 | FF | 21 | 41 | 0 | 0 | 10E | 64 | 43 |
| Octal | 253 | 130 | 377 | 41 | 101 | 0 | 0 | 416 | 144 | 103 |
| Binary | 10101011 | 1011000 | 11111111 | 100001 | 1000001 | 0 | 0 | 100001110 | 1100100 | 1000011 |
Color Harmonies of #AB58FF
Complementary color
Monochromatic Colors of #AB58FF
Black with #AB58FF
Text Example
Text Example
White with #AB58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58FF; }
p { color: rgb(171,88,255); }
H1.HeaderClassName
{
color: #AB58FF;
}
.AnyTagClassName
{
color: #AB58FF;
}
</style>
background-color css
<style>
a { background-color: #AB58FF; }
a { background-color: rgb(171,88,255); }
div.DivClassName
{
background-color: #AB58FF;
}
.BgClassName
{
background-color: #AB58FF;
}
</style>
border-color css
<style>
span { border-color: #AB58FF; }
span { border-color: rgb(171,88,255); }
td.TdClassName
{
border-color: #AB58FF;
}
.TagClassName
{
border-color: #AB58FF;
}
</style>