Shades of Medium Purple #AB5FFF
Tints of Medium Purple #AB5FFF
RGB
CMYK
RGB Variations
Color information
#AB5FFF (or 0xAB5FFF) is known color: Medium Purple. HEX triplet: AB, 5F and FF. RGB value is (171,95,255). Sum of RGB (Red+Green+Blue) = 171+95+255=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5FFF is #54A000. Grayscale: #878787. Windows color (decimal): -5545985 or 16736171. OLE color: 16736171.
HSL color Cylindrical-coordinate representation of color #AB5FFF: hue angle of 268.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB5FFF is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 95 | 255 | - |
| CMYK | 0.33 | 0.63 | 0 | 0 |
| HSL | 268.5º | 1% | 0.69% | - |
| HSV(B) | 268.5º | 0.63% | 1% | - |
| XYZ | 38.94 | 24.06 | 97.2 | - |
| YUV | 135.96 | 195.18 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 95 | 255 | 0.33 | 0.63 | 0 | 0 | 268.5 | 1 | 0.69 |
| Hex | AB | 5F | FF | 21 | 3F | 0 | 0 | 10C | 64 | 45 |
| Octal | 253 | 137 | 377 | 41 | 77 | 0 | 0 | 414 | 144 | 105 |
| Binary | 10101011 | 1011111 | 11111111 | 100001 | 111111 | 0 | 0 | 100001100 | 1100100 | 1000101 |
Color Harmonies of #AB5FFF
Complementary color
Monochromatic Colors of #AB5FFF
Black with #AB5FFF
Text Example
Text Example
White with #AB5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5FFF; }
p { color: rgb(171,95,255); }
H1.HeaderClassName
{
color: #AB5FFF;
}
.AnyTagClassName
{
color: #AB5FFF;
}
</style>
background-color css
<style>
a { background-color: #AB5FFF; }
a { background-color: rgb(171,95,255); }
div.DivClassName
{
background-color: #AB5FFF;
}
.BgClassName
{
background-color: #AB5FFF;
}
</style>
border-color css
<style>
span { border-color: #AB5FFF; }
span { border-color: rgb(171,95,255); }
td.TdClassName
{
border-color: #AB5FFF;
}
.TagClassName
{
border-color: #AB5FFF;
}
</style>