Shades of Medium Purple #AB5DF1
Tints of Medium Purple #AB5DF1
RGB
CMYK
RGB Variations
Color information
#AB5DF1 (or 0xAB5DF1) is known color: Medium Purple. HEX triplet: AB, 5D and F1. RGB value is (171,93,241). Sum of RGB (Red+Green+Blue) = 171+93+241=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB5DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5DF1 is #54A20E. Grayscale: #848484. Windows color (decimal): -5546511 or 15818155. OLE color: 15818155.
HSL color Cylindrical-coordinate representation of color #AB5DF1: hue angle of 271.62º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB5DF1 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 93 | 241 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.05 |
| HSL | 271.62º | 0.84% | 0.65% | - |
| HSV(B) | 271.62º | 0.61% | 0.95% | - |
| XYZ | 36.59 | 22.84 | 85.7 | - |
| YUV | 133.19 | 188.84 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 241 | 0.29 | 0.61 | 0 | 0.05 | 271.62 | 0.84 | 0.65 |
| Hex | AB | 5D | F1 | 1D | 3D | 0 | 5 | 110 | 54 | 41 |
| Octal | 253 | 135 | 361 | 35 | 75 | 0 | 5 | 420 | 124 | 101 |
| Binary | 10101011 | 1011101 | 11110001 | 11101 | 111101 | 0 | 101 | 100010000 | 1010100 | 1000001 |
Color Harmonies of #AB5DF1
Complementary color
Monochromatic Colors of #AB5DF1
Black with #AB5DF1
Text Example
Text Example
White with #AB5DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5DF1; }
p { color: rgb(171,93,241); }
H1.HeaderClassName
{
color: #AB5DF1;
}
.AnyTagClassName
{
color: #AB5DF1;
}
</style>
background-color css
<style>
a { background-color: #AB5DF1; }
a { background-color: rgb(171,93,241); }
div.DivClassName
{
background-color: #AB5DF1;
}
.BgClassName
{
background-color: #AB5DF1;
}
</style>
border-color css
<style>
span { border-color: #AB5DF1; }
span { border-color: rgb(171,93,241); }
td.TdClassName
{
border-color: #AB5DF1;
}
.TagClassName
{
border-color: #AB5DF1;
}
</style>