Shades of Medium Purple #A878E9
Tints of Medium Purple #A878E9
RGB
CMYK
RGB Variations
Color information
#A878E9 (or 0xA878E9) is known color: Medium Purple. HEX triplet: A8, 78 and E9. RGB value is (168,120,233). Sum of RGB (Red+Green+Blue) = 168+120+233=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #A878E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878E9 is #578716. Grayscale: #929292. Windows color (decimal): -5736215 or 15300776. OLE color: 15300776.
HSL color Cylindrical-coordinate representation of color #A878E9: hue angle of 265.49º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A878E9 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 120 | 233 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.09 |
| HSL | 265.49º | 0.72% | 0.69% | - |
| HSV(B) | 265.49º | 0.48% | 0.91% | - |
| XYZ | 37.57 | 27.64 | 80.45 | - |
| YUV | 147.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 233 | 0.28 | 0.48 | 0 | 0.09 | 265.49 | 0.72 | 0.69 |
| Hex | A8 | 78 | E9 | 1C | 30 | 0 | 9 | 109 | 48 | 45 |
| Octal | 250 | 170 | 351 | 34 | 60 | 0 | 11 | 411 | 110 | 105 |
| Binary | 10101000 | 1111000 | 11101001 | 11100 | 110000 | 0 | 1001 | 100001001 | 1001000 | 1000101 |
Color Harmonies of #A878E9
Complementary color
Monochromatic Colors of #A878E9
Black with #A878E9
Text Example
Text Example
White with #A878E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878E9; }
p { color: rgb(168,120,233); }
H1.HeaderClassName
{
color: #A878E9;
}
.AnyTagClassName
{
color: #A878E9;
}
</style>
background-color css
<style>
a { background-color: #A878E9; }
a { background-color: rgb(168,120,233); }
div.DivClassName
{
background-color: #A878E9;
}
.BgClassName
{
background-color: #A878E9;
}
</style>
border-color css
<style>
span { border-color: #A878E9; }
span { border-color: rgb(168,120,233); }
td.TdClassName
{
border-color: #A878E9;
}
.TagClassName
{
border-color: #A878E9;
}
</style>