Shades of Medium Purple #AB5EFD
Tints of Medium Purple #AB5EFD
RGB
CMYK
RGB Variations
Color information
#AB5EFD (or 0xAB5EFD) is known color: Medium Purple. HEX triplet: AB, 5E and FD. RGB value is (171,94,253). Sum of RGB (Red+Green+Blue) = 171+94+253=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB5EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5EFD is #54A102. Grayscale: #868686. Windows color (decimal): -5546243 or 16604843. OLE color: 16604843.
HSL color Cylindrical-coordinate representation of color #AB5EFD: hue angle of 269.06º degrees, saturation: 0.98, 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 #AB5EFD is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 94 | 253 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.01 |
| HSL | 269.06º | 0.98% | 0.68% | - |
| HSV(B) | 269.06º | 0.63% | 0.99% | - |
| XYZ | 38.53 | 23.76 | 95.48 | - |
| YUV | 135.15 | 194.51 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 253 | 0.32 | 0.63 | 0 | 0.01 | 269.06 | 0.98 | 0.68 |
| Hex | AB | 5E | FD | 20 | 3F | 0 | 1 | 10D | 62 | 44 |
| Octal | 253 | 136 | 375 | 40 | 77 | 0 | 1 | 415 | 142 | 104 |
| Binary | 10101011 | 1011110 | 11111101 | 100000 | 111111 | 0 | 1 | 100001101 | 1100010 | 1000100 |
Color Harmonies of #AB5EFD
Complementary color
Monochromatic Colors of #AB5EFD
Black with #AB5EFD
Text Example
Text Example
White with #AB5EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5EFD; }
p { color: rgb(171,94,253); }
H1.HeaderClassName
{
color: #AB5EFD;
}
.AnyTagClassName
{
color: #AB5EFD;
}
</style>
background-color css
<style>
a { background-color: #AB5EFD; }
a { background-color: rgb(171,94,253); }
div.DivClassName
{
background-color: #AB5EFD;
}
.BgClassName
{
background-color: #AB5EFD;
}
</style>
border-color css
<style>
span { border-color: #AB5EFD; }
span { border-color: rgb(171,94,253); }
td.TdClassName
{
border-color: #AB5EFD;
}
.TagClassName
{
border-color: #AB5EFD;
}
</style>