Shades of Medium Purple #AB80E5
Tints of Medium Purple #AB80E5
RGB
CMYK
RGB Variations
Color information
#AB80E5 (or 0xAB80E5) is known color: Medium Purple. HEX triplet: AB, 80 and E5. RGB value is (171,128,229). Sum of RGB (Red+Green+Blue) = 171+128+229=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB80E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80E5 is #547F1A. Grayscale: #989898. Windows color (decimal): -5537563 or 15040683. OLE color: 15040683.
HSL color Cylindrical-coordinate representation of color #AB80E5: hue angle of 265.54º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB80E5 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 128 | 229 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.10 |
| HSL | 265.54º | 0.66% | 0.7% | - |
| HSV(B) | 265.54º | 0.44% | 0.9% | - |
| XYZ | 38.66 | 29.75 | 77.83 | - |
| YUV | 152.37 | 171.25 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 229 | 0.25 | 0.44 | 0 | 0.10 | 265.54 | 0.66 | 0.7 |
| Hex | AB | 80 | E5 | 19 | 2C | 0 | A | 10A | 42 | 46 |
| Octal | 253 | 200 | 345 | 31 | 54 | 0 | 12 | 412 | 102 | 106 |
| Binary | 10101011 | 10000000 | 11100101 | 11001 | 101100 | 0 | 1010 | 100001010 | 1000010 | 1000110 |
Color Harmonies of #AB80E5
Complementary color
Monochromatic Colors of #AB80E5
Black with #AB80E5
Text Example
Text Example
White with #AB80E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80E5; }
p { color: rgb(171,128,229); }
H1.HeaderClassName
{
color: #AB80E5;
}
.AnyTagClassName
{
color: #AB80E5;
}
</style>
background-color css
<style>
a { background-color: #AB80E5; }
a { background-color: rgb(171,128,229); }
div.DivClassName
{
background-color: #AB80E5;
}
.BgClassName
{
background-color: #AB80E5;
}
</style>
border-color css
<style>
span { border-color: #AB80E5; }
span { border-color: rgb(171,128,229); }
td.TdClassName
{
border-color: #AB80E5;
}
.TagClassName
{
border-color: #AB80E5;
}
</style>