Shades of Medium Purple #AB5BFF
Tints of Medium Purple #AB5BFF
RGB
CMYK
RGB Variations
Color information
#AB5BFF (or 0xAB5BFF) is known color: Medium Purple. HEX triplet: AB, 5B and FF. RGB value is (171,91,255). Sum of RGB (Red+Green+Blue) = 171+91+255=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB5BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5BFF is #54A400. Grayscale: #858585. Windows color (decimal): -5547009 or 16735147. OLE color: 16735147.
HSL color Cylindrical-coordinate representation of color #AB5BFF: hue angle of 269.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB5BFF is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 91 | 255 | - |
| CMYK | 0.33 | 0.64 | 0 | 0 |
| HSL | 269.27º | 1% | 0.68% | - |
| HSV(B) | 269.27º | 0.64% | 1% | - |
| XYZ | 38.59 | 23.36 | 97.08 | - |
| YUV | 133.62 | 196.5 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 255 | 0.33 | 0.64 | 0 | 0 | 269.27 | 1 | 0.68 |
| Hex | AB | 5B | FF | 21 | 40 | 0 | 0 | 10D | 64 | 44 |
| Octal | 253 | 133 | 377 | 41 | 100 | 0 | 0 | 415 | 144 | 104 |
| Binary | 10101011 | 1011011 | 11111111 | 100001 | 1000000 | 0 | 0 | 100001101 | 1100100 | 1000100 |
Color Harmonies of #AB5BFF
Complementary color
Monochromatic Colors of #AB5BFF
Black with #AB5BFF
Text Example
Text Example
White with #AB5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5BFF; }
p { color: rgb(171,91,255); }
H1.HeaderClassName
{
color: #AB5BFF;
}
.AnyTagClassName
{
color: #AB5BFF;
}
</style>
background-color css
<style>
a { background-color: #AB5BFF; }
a { background-color: rgb(171,91,255); }
div.DivClassName
{
background-color: #AB5BFF;
}
.BgClassName
{
background-color: #AB5BFF;
}
</style>
border-color css
<style>
span { border-color: #AB5BFF; }
span { border-color: rgb(171,91,255); }
td.TdClassName
{
border-color: #AB5BFF;
}
.TagClassName
{
border-color: #AB5BFF;
}
</style>