Shades of Medium Purple #AB80FB
Tints of Medium Purple #AB80FB
RGB
CMYK
RGB Variations
Color information
#AB80FB (or 0xAB80FB) is known color: Medium Purple. HEX triplet: AB, 80 and FB. RGB value is (171,128,251). Sum of RGB (Red+Green+Blue) = 171+128+251=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB80FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB80FB is #547F04. Grayscale: #9A9A9A. Windows color (decimal): -5537541 or 16482475. OLE color: 16482475.
HSL color Cylindrical-coordinate representation of color #AB80FB: hue angle of 260.98º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB80FB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 128 | 251 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.02 |
| HSL | 260.98º | 0.94% | 0.74% | - |
| HSV(B) | 260.98º | 0.49% | 0.98% | - |
| XYZ | 41.93 | 31.06 | 95.05 | - |
| YUV | 154.88 | 182.25 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 251 | 0.32 | 0.49 | 0 | 0.02 | 260.98 | 0.94 | 0.74 |
| Hex | AB | 80 | FB | 20 | 31 | 0 | 2 | 105 | 5E | 4A |
| Octal | 253 | 200 | 373 | 40 | 61 | 0 | 2 | 405 | 136 | 112 |
| Binary | 10101011 | 10000000 | 11111011 | 100000 | 110001 | 0 | 10 | 100000101 | 1011110 | 1001010 |
Color Harmonies of #AB80FB
Complementary color
Monochromatic Colors of #AB80FB
Black with #AB80FB
Text Example
Text Example
White with #AB80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80FB; }
p { color: rgb(171,128,251); }
H1.HeaderClassName
{
color: #AB80FB;
}
.AnyTagClassName
{
color: #AB80FB;
}
</style>
background-color css
<style>
a { background-color: #AB80FB; }
a { background-color: rgb(171,128,251); }
div.DivClassName
{
background-color: #AB80FB;
}
.BgClassName
{
background-color: #AB80FB;
}
</style>
border-color css
<style>
span { border-color: #AB80FB; }
span { border-color: rgb(171,128,251); }
td.TdClassName
{
border-color: #AB80FB;
}
.TagClassName
{
border-color: #AB80FB;
}
</style>