Shades of Medium Purple #AB80F5
Tints of Medium Purple #AB80F5
RGB
CMYK
RGB Variations
Color information
#AB80F5 (or 0xAB80F5) is known color: Medium Purple. HEX triplet: AB, 80 and F5. RGB value is (171,128,245). Sum of RGB (Red+Green+Blue) = 171+128+245=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB80F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB80F5 is #547F0A. Grayscale: #999999. Windows color (decimal): -5537547 or 16089259. OLE color: 16089259.
HSL color Cylindrical-coordinate representation of color #AB80F5: hue angle of 262.05º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB80F5 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 128 | 245 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.04 |
| HSL | 262.05º | 0.85% | 0.73% | - |
| HSV(B) | 262.05º | 0.48% | 0.96% | - |
| XYZ | 41 | 30.69 | 90.15 | - |
| YUV | 154.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 245 | 0.30 | 0.48 | 0 | 0.04 | 262.05 | 0.85 | 0.73 |
| Hex | AB | 80 | F5 | 1E | 30 | 0 | 4 | 106 | 55 | 49 |
| Octal | 253 | 200 | 365 | 36 | 60 | 0 | 4 | 406 | 125 | 111 |
| Binary | 10101011 | 10000000 | 11110101 | 11110 | 110000 | 0 | 100 | 100000110 | 1010101 | 1001001 |
Color Harmonies of #AB80F5
Complementary color
Monochromatic Colors of #AB80F5
Black with #AB80F5
Text Example
Text Example
White with #AB80F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80F5; }
p { color: rgb(171,128,245); }
H1.HeaderClassName
{
color: #AB80F5;
}
.AnyTagClassName
{
color: #AB80F5;
}
</style>
background-color css
<style>
a { background-color: #AB80F5; }
a { background-color: rgb(171,128,245); }
div.DivClassName
{
background-color: #AB80F5;
}
.BgClassName
{
background-color: #AB80F5;
}
</style>
border-color css
<style>
span { border-color: #AB80F5; }
span { border-color: rgb(171,128,245); }
td.TdClassName
{
border-color: #AB80F5;
}
.TagClassName
{
border-color: #AB80F5;
}
</style>