Shades of Medium Purple #AB5DFC
Tints of Medium Purple #AB5DFC
RGB
CMYK
RGB Variations
Color information
#AB5DFC (or 0xAB5DFC) is known color: Medium Purple. HEX triplet: AB, 5D and FC. RGB value is (171,93,252). Sum of RGB (Red+Green+Blue) = 171+93+252=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB5DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5DFC is #54A203. Grayscale: #858585. Windows color (decimal): -5546500 or 16539051. OLE color: 16539051.
HSL color Cylindrical-coordinate representation of color #AB5DFC: hue angle of 269.43º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB5DFC is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 93 | 252 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.01 |
| HSL | 269.43º | 0.96% | 0.68% | - |
| HSV(B) | 269.43º | 0.63% | 0.99% | - |
| XYZ | 38.28 | 23.51 | 94.62 | - |
| YUV | 134.45 | 194.34 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 252 | 0.32 | 0.63 | 0 | 0.01 | 269.43 | 0.96 | 0.68 |
| Hex | AB | 5D | FC | 20 | 3F | 0 | 1 | 10D | 60 | 44 |
| Octal | 253 | 135 | 374 | 40 | 77 | 0 | 1 | 415 | 140 | 104 |
| Binary | 10101011 | 1011101 | 11111100 | 100000 | 111111 | 0 | 1 | 100001101 | 1100000 | 1000100 |
Color Harmonies of #AB5DFC
Complementary color
Monochromatic Colors of #AB5DFC
Black with #AB5DFC
Text Example
Text Example
White with #AB5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5DFC; }
p { color: rgb(171,93,252); }
H1.HeaderClassName
{
color: #AB5DFC;
}
.AnyTagClassName
{
color: #AB5DFC;
}
</style>
background-color css
<style>
a { background-color: #AB5DFC; }
a { background-color: rgb(171,93,252); }
div.DivClassName
{
background-color: #AB5DFC;
}
.BgClassName
{
background-color: #AB5DFC;
}
</style>
border-color css
<style>
span { border-color: #AB5DFC; }
span { border-color: rgb(171,93,252); }
td.TdClassName
{
border-color: #AB5DFC;
}
.TagClassName
{
border-color: #AB5DFC;
}
</style>