Shades of Medium Purple #AB81F0
Tints of Medium Purple #AB81F0
RGB
CMYK
RGB Variations
Color information
#AB81F0 (or 0xAB81F0) is known color: Medium Purple. HEX triplet: AB, 81 and F0. RGB value is (171,129,240). Sum of RGB (Red+Green+Blue) = 171+129+240=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB81F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB81F0 is #547E0F. Grayscale: #999999. Windows color (decimal): -5537296 or 15761835. OLE color: 15761835.
HSL color Cylindrical-coordinate representation of color #AB81F0: hue angle of 262.7º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB81F0 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 129 | 240 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.06 |
| HSL | 262.7º | 0.79% | 0.72% | - |
| HSV(B) | 262.7º | 0.46% | 0.94% | - |
| XYZ | 40.37 | 30.65 | 86.23 | - |
| YUV | 154.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 240 | 0.29 | 0.46 | 0 | 0.06 | 262.7 | 0.79 | 0.72 |
| Hex | AB | 81 | F0 | 1D | 2E | 0 | 6 | 107 | 4F | 48 |
| Octal | 253 | 201 | 360 | 35 | 56 | 0 | 6 | 407 | 117 | 110 |
| Binary | 10101011 | 10000001 | 11110000 | 11101 | 101110 | 0 | 110 | 100000111 | 1001111 | 1001000 |
Color Harmonies of #AB81F0
Complementary color
Monochromatic Colors of #AB81F0
Black with #AB81F0
Text Example
Text Example
White with #AB81F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81F0; }
p { color: rgb(171,129,240); }
H1.HeaderClassName
{
color: #AB81F0;
}
.AnyTagClassName
{
color: #AB81F0;
}
</style>
background-color css
<style>
a { background-color: #AB81F0; }
a { background-color: rgb(171,129,240); }
div.DivClassName
{
background-color: #AB81F0;
}
.BgClassName
{
background-color: #AB81F0;
}
</style>
border-color css
<style>
span { border-color: #AB81F0; }
span { border-color: rgb(171,129,240); }
td.TdClassName
{
border-color: #AB81F0;
}
.TagClassName
{
border-color: #AB81F0;
}
</style>