Shades of Medium Purple #AB59FE
Tints of Medium Purple #AB59FE
RGB
CMYK
RGB Variations
Color information
#AB59FE (or 0xAB59FE) is known color: Medium Purple. HEX triplet: AB, 59 and FE. RGB value is (171,89,254). Sum of RGB (Red+Green+Blue) = 171+89+254=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB59FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB59FE is #54A601. Grayscale: #838383. Windows color (decimal): -5547522 or 16669099. OLE color: 16669099.
HSL color Cylindrical-coordinate representation of color #AB59FE: hue angle of 269.82º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB59FE is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 89 | 254 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.00 |
| HSL | 269.82º | 0.99% | 0.67% | - |
| HSV(B) | 269.82º | 0.65% | 1% | - |
| XYZ | 38.26 | 22.96 | 96.18 | - |
| YUV | 132.33 | 196.67 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 254 | 0.33 | 0.65 | 0 | 0.00 | 269.82 | 0.99 | 0.67 |
| Hex | AB | 59 | FE | 21 | 41 | 0 | 0 | 10E | 63 | 43 |
| Octal | 253 | 131 | 376 | 41 | 101 | 0 | 0 | 416 | 143 | 103 |
| Binary | 10101011 | 1011001 | 11111110 | 100001 | 1000001 | 0 | 0 | 100001110 | 1100011 | 1000011 |
Color Harmonies of #AB59FE
Complementary color
Monochromatic Colors of #AB59FE
Black with #AB59FE
Text Example
Text Example
White with #AB59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB59FE; }
p { color: rgb(171,89,254); }
H1.HeaderClassName
{
color: #AB59FE;
}
.AnyTagClassName
{
color: #AB59FE;
}
</style>
background-color css
<style>
a { background-color: #AB59FE; }
a { background-color: rgb(171,89,254); }
div.DivClassName
{
background-color: #AB59FE;
}
.BgClassName
{
background-color: #AB59FE;
}
</style>
border-color css
<style>
span { border-color: #AB59FE; }
span { border-color: rgb(171,89,254); }
td.TdClassName
{
border-color: #AB59FE;
}
.TagClassName
{
border-color: #AB59FE;
}
</style>