Shades of Medium Purple #AB80F0
Tints of Medium Purple #AB80F0
RGB
CMYK
RGB Variations
Color information
#AB80F0 (or 0xAB80F0) is known color: Medium Purple. HEX triplet: AB, 80 and F0. RGB value is (171,128,240). Sum of RGB (Red+Green+Blue) = 171+128+240=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB80F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB80F0 is #547F0F. Grayscale: #999999. Windows color (decimal): -5537552 or 15761579. OLE color: 15761579.
HSL color Cylindrical-coordinate representation of color #AB80F0: hue angle of 263.04º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB80F0 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 128 | 240 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.06 |
| HSL | 263.04º | 0.79% | 0.72% | - |
| HSV(B) | 263.04º | 0.47% | 0.94% | - |
| XYZ | 40.24 | 30.39 | 86.18 | - |
| YUV | 153.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 240 | 0.29 | 0.47 | 0 | 0.06 | 263.04 | 0.79 | 0.72 |
| Hex | AB | 80 | F0 | 1D | 2F | 0 | 6 | 107 | 4F | 48 |
| Octal | 253 | 200 | 360 | 35 | 57 | 0 | 6 | 407 | 117 | 110 |
| Binary | 10101011 | 10000000 | 11110000 | 11101 | 101111 | 0 | 110 | 100000111 | 1001111 | 1001000 |
Color Harmonies of #AB80F0
Complementary color
Monochromatic Colors of #AB80F0
Black with #AB80F0
Text Example
Text Example
White with #AB80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80F0; }
p { color: rgb(171,128,240); }
H1.HeaderClassName
{
color: #AB80F0;
}
.AnyTagClassName
{
color: #AB80F0;
}
</style>
background-color css
<style>
a { background-color: #AB80F0; }
a { background-color: rgb(171,128,240); }
div.DivClassName
{
background-color: #AB80F0;
}
.BgClassName
{
background-color: #AB80F0;
}
</style>
border-color css
<style>
span { border-color: #AB80F0; }
span { border-color: rgb(171,128,240); }
td.TdClassName
{
border-color: #AB80F0;
}
.TagClassName
{
border-color: #AB80F0;
}
</style>