Shades of Medium Purple #AB81ED
Tints of Medium Purple #AB81ED
RGB
CMYK
RGB Variations
Color information
#AB81ED (or 0xAB81ED) is known color: Medium Purple. HEX triplet: AB, 81 and ED. RGB value is (171,129,237). Sum of RGB (Red+Green+Blue) = 171+129+237=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB81ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB81ED is #547E12. Grayscale: #999999. Windows color (decimal): -5537299 or 15565227. OLE color: 15565227.
HSL color Cylindrical-coordinate representation of color #AB81ED: hue angle of 263.33º degrees, saturation: 0.75, 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 #AB81ED is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 129 | 237 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.07 |
| HSL | 263.33º | 0.75% | 0.72% | - |
| HSV(B) | 263.33º | 0.46% | 0.93% | - |
| XYZ | 39.93 | 30.47 | 83.9 | - |
| YUV | 153.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 237 | 0.28 | 0.46 | 0 | 0.07 | 263.33 | 0.75 | 0.72 |
| Hex | AB | 81 | ED | 1C | 2E | 0 | 7 | 107 | 4B | 48 |
| Octal | 253 | 201 | 355 | 34 | 56 | 0 | 7 | 407 | 113 | 110 |
| Binary | 10101011 | 10000001 | 11101101 | 11100 | 101110 | 0 | 111 | 100000111 | 1001011 | 1001000 |
Color Harmonies of #AB81ED
Complementary color
Monochromatic Colors of #AB81ED
Black with #AB81ED
Text Example
Text Example
White with #AB81ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81ED; }
p { color: rgb(171,129,237); }
H1.HeaderClassName
{
color: #AB81ED;
}
.AnyTagClassName
{
color: #AB81ED;
}
</style>
background-color css
<style>
a { background-color: #AB81ED; }
a { background-color: rgb(171,129,237); }
div.DivClassName
{
background-color: #AB81ED;
}
.BgClassName
{
background-color: #AB81ED;
}
</style>
border-color css
<style>
span { border-color: #AB81ED; }
span { border-color: rgb(171,129,237); }
td.TdClassName
{
border-color: #AB81ED;
}
.TagClassName
{
border-color: #AB81ED;
}
</style>