Shades of Medium Purple #A881E5
Tints of Medium Purple #A881E5
RGB
CMYK
RGB Variations
Color information
#A881E5 (or 0xA881E5) is known color: Medium Purple. HEX triplet: A8, 81 and E5. RGB value is (168,129,229). Sum of RGB (Red+Green+Blue) = 168+129+229=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #A881E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881E5 is #577E1A. Grayscale: #979797. Windows color (decimal): -5733915 or 15040936. OLE color: 15040936.
HSL color Cylindrical-coordinate representation of color #A881E5: hue angle of 263.4º 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 #A881E5 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 129 | 229 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.10 |
| HSL | 263.4º | 0.66% | 0.7% | - |
| HSV(B) | 263.4º | 0.44% | 0.9% | - |
| XYZ | 38.14 | 29.68 | 77.85 | - |
| YUV | 152.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 229 | 0.27 | 0.44 | 0 | 0.10 | 263.4 | 0.66 | 0.7 |
| Hex | A8 | 81 | E5 | 1B | 2C | 0 | A | 107 | 42 | 46 |
| Octal | 250 | 201 | 345 | 33 | 54 | 0 | 12 | 407 | 102 | 106 |
| Binary | 10101000 | 10000001 | 11100101 | 11011 | 101100 | 0 | 1010 | 100000111 | 1000010 | 1000110 |
Color Harmonies of #A881E5
Complementary color
Monochromatic Colors of #A881E5
Black with #A881E5
Text Example
Text Example
White with #A881E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881E5; }
p { color: rgb(168,129,229); }
H1.HeaderClassName
{
color: #A881E5;
}
.AnyTagClassName
{
color: #A881E5;
}
</style>
background-color css
<style>
a { background-color: #A881E5; }
a { background-color: rgb(168,129,229); }
div.DivClassName
{
background-color: #A881E5;
}
.BgClassName
{
background-color: #A881E5;
}
</style>
border-color css
<style>
span { border-color: #A881E5; }
span { border-color: rgb(168,129,229); }
td.TdClassName
{
border-color: #A881E5;
}
.TagClassName
{
border-color: #A881E5;
}
</style>