Shades of Medium Purple #AB5FEF
Tints of Medium Purple #AB5FEF
RGB
CMYK
RGB Variations
Color information
#AB5FEF (or 0xAB5FEF) is known color: Medium Purple. HEX triplet: AB, 5F and EF. RGB value is (171,95,239). Sum of RGB (Red+Green+Blue) = 171+95+239=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB5FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5FEF is #54A010. Grayscale: #858585. Windows color (decimal): -5546001 or 15687595. OLE color: 15687595.
HSL color Cylindrical-coordinate representation of color #AB5FEF: hue angle of 271.67º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB5FEF is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 95 | 239 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.06 |
| HSL | 271.67º | 0.82% | 0.65% | - |
| HSV(B) | 271.67º | 0.6% | 0.94% | - |
| XYZ | 36.47 | 23.07 | 84.19 | - |
| YUV | 134.14 | 187.18 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 95 | 239 | 0.28 | 0.60 | 0 | 0.06 | 271.67 | 0.82 | 0.65 |
| Hex | AB | 5F | EF | 1C | 3C | 0 | 6 | 110 | 52 | 41 |
| Octal | 253 | 137 | 357 | 34 | 74 | 0 | 6 | 420 | 122 | 101 |
| Binary | 10101011 | 1011111 | 11101111 | 11100 | 111100 | 0 | 110 | 100010000 | 1010010 | 1000001 |
Color Harmonies of #AB5FEF
Complementary color
Monochromatic Colors of #AB5FEF
Black with #AB5FEF
Text Example
Text Example
White with #AB5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5FEF; }
p { color: rgb(171,95,239); }
H1.HeaderClassName
{
color: #AB5FEF;
}
.AnyTagClassName
{
color: #AB5FEF;
}
</style>
background-color css
<style>
a { background-color: #AB5FEF; }
a { background-color: rgb(171,95,239); }
div.DivClassName
{
background-color: #AB5FEF;
}
.BgClassName
{
background-color: #AB5FEF;
}
</style>
border-color css
<style>
span { border-color: #AB5FEF; }
span { border-color: rgb(171,95,239); }
td.TdClassName
{
border-color: #AB5FEF;
}
.TagClassName
{
border-color: #AB5FEF;
}
</style>