Shades of Medium Purple #AB81EA
Tints of Medium Purple #AB81EA
RGB
CMYK
RGB Variations
Color information
#AB81EA (or 0xAB81EA) is known color: Medium Purple. HEX triplet: AB, 81 and EA. RGB value is (171,129,234). Sum of RGB (Red+Green+Blue) = 171+129+234=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB81EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB81EA is #547E15. Grayscale: #999999. Windows color (decimal): -5537302 or 15368619. OLE color: 15368619.
HSL color Cylindrical-coordinate representation of color #AB81EA: hue angle of 264º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB81EA is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 129 | 234 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.08 |
| HSL | 264º | 0.71% | 0.71% | - |
| HSV(B) | 264º | 0.45% | 0.92% | - |
| XYZ | 39.5 | 30.3 | 81.61 | - |
| YUV | 153.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 234 | 0.27 | 0.45 | 0 | 0.08 | 264 | 0.71 | 0.71 |
| Hex | AB | 81 | EA | 1B | 2D | 0 | 8 | 108 | 47 | 47 |
| Octal | 253 | 201 | 352 | 33 | 55 | 0 | 10 | 410 | 107 | 107 |
| Binary | 10101011 | 10000001 | 11101010 | 11011 | 101101 | 0 | 1000 | 100001000 | 1000111 | 1000111 |
Color Harmonies of #AB81EA
Complementary color
Monochromatic Colors of #AB81EA
Black with #AB81EA
Text Example
Text Example
White with #AB81EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81EA; }
p { color: rgb(171,129,234); }
H1.HeaderClassName
{
color: #AB81EA;
}
.AnyTagClassName
{
color: #AB81EA;
}
</style>
background-color css
<style>
a { background-color: #AB81EA; }
a { background-color: rgb(171,129,234); }
div.DivClassName
{
background-color: #AB81EA;
}
.BgClassName
{
background-color: #AB81EA;
}
</style>
border-color css
<style>
span { border-color: #AB81EA; }
span { border-color: rgb(171,129,234); }
td.TdClassName
{
border-color: #AB81EA;
}
.TagClassName
{
border-color: #AB81EA;
}
</style>