Shades of Medium Purple #AB5BFD
Tints of Medium Purple #AB5BFD
RGB
CMYK
RGB Variations
Color information
#AB5BFD (or 0xAB5BFD) is known color: Medium Purple. HEX triplet: AB, 5B and FD. RGB value is (171,91,253). Sum of RGB (Red+Green+Blue) = 171+91+253=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB5BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5BFD is #54A402. Grayscale: #848484. Windows color (decimal): -5547011 or 16604075. OLE color: 16604075.
HSL color Cylindrical-coordinate representation of color #AB5BFD: hue angle of 269.63º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB5BFD is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 91 | 253 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.01 |
| HSL | 269.63º | 0.98% | 0.67% | - |
| HSV(B) | 269.63º | 0.64% | 0.99% | - |
| XYZ | 38.27 | 23.23 | 95.4 | - |
| YUV | 133.39 | 195.5 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 253 | 0.32 | 0.64 | 0 | 0.01 | 269.63 | 0.98 | 0.67 |
| Hex | AB | 5B | FD | 20 | 40 | 0 | 1 | 10E | 62 | 43 |
| Octal | 253 | 133 | 375 | 40 | 100 | 0 | 1 | 416 | 142 | 103 |
| Binary | 10101011 | 1011011 | 11111101 | 100000 | 1000000 | 0 | 1 | 100001110 | 1100010 | 1000011 |
Color Harmonies of #AB5BFD
Complementary color
Monochromatic Colors of #AB5BFD
Black with #AB5BFD
Text Example
Text Example
White with #AB5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5BFD; }
p { color: rgb(171,91,253); }
H1.HeaderClassName
{
color: #AB5BFD;
}
.AnyTagClassName
{
color: #AB5BFD;
}
</style>
background-color css
<style>
a { background-color: #AB5BFD; }
a { background-color: rgb(171,91,253); }
div.DivClassName
{
background-color: #AB5BFD;
}
.BgClassName
{
background-color: #AB5BFD;
}
</style>
border-color css
<style>
span { border-color: #AB5BFD; }
span { border-color: rgb(171,91,253); }
td.TdClassName
{
border-color: #AB5BFD;
}
.TagClassName
{
border-color: #AB5BFD;
}
</style>