Shades of Medium Purple #AB68F1
Tints of Medium Purple #AB68F1
RGB
CMYK
RGB Variations
Color information
#AB68F1 (or 0xAB68F1) is known color: Medium Purple. HEX triplet: AB, 68 and F1. RGB value is (171,104,241). Sum of RGB (Red+Green+Blue) = 171+104+241=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB68F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68F1 is #54970E. Grayscale: #8B8B8B. Windows color (decimal): -5543695 or 15820971. OLE color: 15820971.
HSL color Cylindrical-coordinate representation of color #AB68F1: hue angle of 269.34º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB68F1 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 104 | 241 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.05 |
| HSL | 269.34º | 0.83% | 0.68% | - |
| HSV(B) | 269.34º | 0.57% | 0.95% | - |
| XYZ | 37.62 | 24.91 | 86.04 | - |
| YUV | 139.65 | 185.2 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 241 | 0.29 | 0.57 | 0 | 0.05 | 269.34 | 0.83 | 0.68 |
| Hex | AB | 68 | F1 | 1D | 39 | 0 | 5 | 10D | 53 | 44 |
| Octal | 253 | 150 | 361 | 35 | 71 | 0 | 5 | 415 | 123 | 104 |
| Binary | 10101011 | 1101000 | 11110001 | 11101 | 111001 | 0 | 101 | 100001101 | 1010011 | 1000100 |
Color Harmonies of #AB68F1
Complementary color
Monochromatic Colors of #AB68F1
Black with #AB68F1
Text Example
Text Example
White with #AB68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68F1; }
p { color: rgb(171,104,241); }
H1.HeaderClassName
{
color: #AB68F1;
}
.AnyTagClassName
{
color: #AB68F1;
}
</style>
background-color css
<style>
a { background-color: #AB68F1; }
a { background-color: rgb(171,104,241); }
div.DivClassName
{
background-color: #AB68F1;
}
.BgClassName
{
background-color: #AB68F1;
}
</style>
border-color css
<style>
span { border-color: #AB68F1; }
span { border-color: rgb(171,104,241); }
td.TdClassName
{
border-color: #AB68F1;
}
.TagClassName
{
border-color: #AB68F1;
}
</style>