Shades of Medium Purple #A881EF
Tints of Medium Purple #A881EF
RGB
CMYK
RGB Variations
Color information
#A881EF (or 0xA881EF) is known color: Medium Purple. HEX triplet: A8, 81 and EF. RGB value is (168,129,239). Sum of RGB (Red+Green+Blue) = 168+129+239=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #A881EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A881EF is #577E10. Grayscale: #989898. Windows color (decimal): -5733905 or 15696296. OLE color: 15696296.
HSL color Cylindrical-coordinate representation of color #A881EF: hue angle of 261.27º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A881EF is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 129 | 239 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.06 |
| HSL | 261.27º | 0.77% | 0.72% | - |
| HSV(B) | 261.27º | 0.46% | 0.94% | - |
| XYZ | 39.58 | 30.26 | 85.42 | - |
| YUV | 153.2 | 176.42 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 239 | 0.30 | 0.46 | 0 | 0.06 | 261.27 | 0.77 | 0.72 |
| Hex | A8 | 81 | EF | 1E | 2E | 0 | 6 | 105 | 4D | 48 |
| Octal | 250 | 201 | 357 | 36 | 56 | 0 | 6 | 405 | 115 | 110 |
| Binary | 10101000 | 10000001 | 11101111 | 11110 | 101110 | 0 | 110 | 100000101 | 1001101 | 1001000 |
Color Harmonies of #A881EF
Complementary color
Monochromatic Colors of #A881EF
Black with #A881EF
Text Example
Text Example
White with #A881EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881EF; }
p { color: rgb(168,129,239); }
H1.HeaderClassName
{
color: #A881EF;
}
.AnyTagClassName
{
color: #A881EF;
}
</style>
background-color css
<style>
a { background-color: #A881EF; }
a { background-color: rgb(168,129,239); }
div.DivClassName
{
background-color: #A881EF;
}
.BgClassName
{
background-color: #A881EF;
}
</style>
border-color css
<style>
span { border-color: #A881EF; }
span { border-color: rgb(168,129,239); }
td.TdClassName
{
border-color: #A881EF;
}
.TagClassName
{
border-color: #A881EF;
}
</style>