Shades of Medium Purple #AB5AFF
Tints of Medium Purple #AB5AFF
RGB
CMYK
RGB Variations
Color information
#AB5AFF (or 0xAB5AFF) is known color: Medium Purple. HEX triplet: AB, 5A and FF. RGB value is (171,90,255). Sum of RGB (Red+Green+Blue) = 171+90+255=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB5AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5AFF is #54A500. Grayscale: #848484. Windows color (decimal): -5547265 or 16734891. OLE color: 16734891.
HSL color Cylindrical-coordinate representation of color #AB5AFF: hue angle of 269.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB5AFF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 90 | 255 | - |
| CMYK | 0.33 | 0.65 | 0 | 0 |
| HSL | 269.45º | 1% | 0.68% | - |
| HSV(B) | 269.45º | 0.65% | 1% | - |
| XYZ | 38.5 | 23.19 | 97.05 | - |
| YUV | 133.03 | 196.84 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 255 | 0.33 | 0.65 | 0 | 0 | 269.45 | 1 | 0.68 |
| Hex | AB | 5A | FF | 21 | 41 | 0 | 0 | 10D | 64 | 44 |
| Octal | 253 | 132 | 377 | 41 | 101 | 0 | 0 | 415 | 144 | 104 |
| Binary | 10101011 | 1011010 | 11111111 | 100001 | 1000001 | 0 | 0 | 100001101 | 1100100 | 1000100 |
Color Harmonies of #AB5AFF
Complementary color
Monochromatic Colors of #AB5AFF
Black with #AB5AFF
Text Example
Text Example
White with #AB5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5AFF; }
p { color: rgb(171,90,255); }
H1.HeaderClassName
{
color: #AB5AFF;
}
.AnyTagClassName
{
color: #AB5AFF;
}
</style>
background-color css
<style>
a { background-color: #AB5AFF; }
a { background-color: rgb(171,90,255); }
div.DivClassName
{
background-color: #AB5AFF;
}
.BgClassName
{
background-color: #AB5AFF;
}
</style>
border-color css
<style>
span { border-color: #AB5AFF; }
span { border-color: rgb(171,90,255); }
td.TdClassName
{
border-color: #AB5AFF;
}
.TagClassName
{
border-color: #AB5AFF;
}
</style>