Shades of Medium Purple #AB80EE
Tints of Medium Purple #AB80EE
RGB
CMYK
RGB Variations
Color information
#AB80EE (or 0xAB80EE) is known color: Medium Purple. HEX triplet: AB, 80 and EE. RGB value is (171,128,238). Sum of RGB (Red+Green+Blue) = 171+128+238=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB80EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB80EE is #547F11. Grayscale: #999999. Windows color (decimal): -5537554 or 15630507. OLE color: 15630507.
HSL color Cylindrical-coordinate representation of color #AB80EE: hue angle of 263.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB80EE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 128 | 238 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.07 |
| HSL | 263.45º | 0.76% | 0.72% | - |
| HSV(B) | 263.45º | 0.46% | 0.93% | - |
| XYZ | 39.95 | 30.27 | 84.63 | - |
| YUV | 153.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 238 | 0.28 | 0.46 | 0 | 0.07 | 263.45 | 0.76 | 0.72 |
| Hex | AB | 80 | EE | 1C | 2E | 0 | 7 | 107 | 4C | 48 |
| Octal | 253 | 200 | 356 | 34 | 56 | 0 | 7 | 407 | 114 | 110 |
| Binary | 10101011 | 10000000 | 11101110 | 11100 | 101110 | 0 | 111 | 100000111 | 1001100 | 1001000 |
Color Harmonies of #AB80EE
Complementary color
Monochromatic Colors of #AB80EE
Black with #AB80EE
Text Example
Text Example
White with #AB80EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80EE; }
p { color: rgb(171,128,238); }
H1.HeaderClassName
{
color: #AB80EE;
}
.AnyTagClassName
{
color: #AB80EE;
}
</style>
background-color css
<style>
a { background-color: #AB80EE; }
a { background-color: rgb(171,128,238); }
div.DivClassName
{
background-color: #AB80EE;
}
.BgClassName
{
background-color: #AB80EE;
}
</style>
border-color css
<style>
span { border-color: #AB80EE; }
span { border-color: rgb(171,128,238); }
td.TdClassName
{
border-color: #AB80EE;
}
.TagClassName
{
border-color: #AB80EE;
}
</style>