Shades of Medium Purple #A881EE
Tints of Medium Purple #A881EE
RGB
CMYK
RGB Variations
Color information
#A881EE (or 0xA881EE) is known color: Medium Purple. HEX triplet: A8, 81 and EE. RGB value is (168,129,238). Sum of RGB (Red+Green+Blue) = 168+129+238=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #A881EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A881EE is #577E11. Grayscale: #989898. Windows color (decimal): -5733906 or 15630760. OLE color: 15630760.
HSL color Cylindrical-coordinate representation of color #A881EE: hue angle of 261.47º 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 #A881EE is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 129 | 238 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.07 |
| HSL | 261.47º | 0.76% | 0.72% | - |
| HSV(B) | 261.47º | 0.46% | 0.93% | - |
| XYZ | 39.43 | 30.2 | 84.64 | - |
| YUV | 153.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 238 | 0.29 | 0.46 | 0 | 0.07 | 261.47 | 0.76 | 0.72 |
| Hex | A8 | 81 | EE | 1D | 2E | 0 | 7 | 105 | 4C | 48 |
| Octal | 250 | 201 | 356 | 35 | 56 | 0 | 7 | 405 | 114 | 110 |
| Binary | 10101000 | 10000001 | 11101110 | 11101 | 101110 | 0 | 111 | 100000101 | 1001100 | 1001000 |
Color Harmonies of #A881EE
Complementary color
Monochromatic Colors of #A881EE
Black with #A881EE
Text Example
Text Example
White with #A881EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881EE; }
p { color: rgb(168,129,238); }
H1.HeaderClassName
{
color: #A881EE;
}
.AnyTagClassName
{
color: #A881EE;
}
</style>
background-color css
<style>
a { background-color: #A881EE; }
a { background-color: rgb(168,129,238); }
div.DivClassName
{
background-color: #A881EE;
}
.BgClassName
{
background-color: #A881EE;
}
</style>
border-color css
<style>
span { border-color: #A881EE; }
span { border-color: rgb(168,129,238); }
td.TdClassName
{
border-color: #A881EE;
}
.TagClassName
{
border-color: #A881EE;
}
</style>