Shades of Medium Purple #A878EE
Tints of Medium Purple #A878EE
RGB
CMYK
RGB Variations
Color information
#A878EE (or 0xA878EE) is known color: Medium Purple. HEX triplet: A8, 78 and EE. RGB value is (168,120,238). Sum of RGB (Red+Green+Blue) = 168+120+238=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #A878EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878EE is #578711. Grayscale: #939393. Windows color (decimal): -5736210 or 15628456. OLE color: 15628456.
HSL color Cylindrical-coordinate representation of color #A878EE: hue angle of 264.41º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A878EE is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 120 | 238 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.07 |
| HSL | 264.41º | 0.78% | 0.7% | - |
| HSV(B) | 264.41º | 0.5% | 0.93% | - |
| XYZ | 38.3 | 27.93 | 84.26 | - |
| YUV | 147.8 | 178.9 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 238 | 0.29 | 0.50 | 0 | 0.07 | 264.41 | 0.78 | 0.7 |
| Hex | A8 | 78 | EE | 1D | 32 | 0 | 7 | 108 | 4E | 46 |
| Octal | 250 | 170 | 356 | 35 | 62 | 0 | 7 | 410 | 116 | 106 |
| Binary | 10101000 | 1111000 | 11101110 | 11101 | 110010 | 0 | 111 | 100001000 | 1001110 | 1000110 |
Color Harmonies of #A878EE
Complementary color
Monochromatic Colors of #A878EE
Black with #A878EE
Text Example
Text Example
White with #A878EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878EE; }
p { color: rgb(168,120,238); }
H1.HeaderClassName
{
color: #A878EE;
}
.AnyTagClassName
{
color: #A878EE;
}
</style>
background-color css
<style>
a { background-color: #A878EE; }
a { background-color: rgb(168,120,238); }
div.DivClassName
{
background-color: #A878EE;
}
.BgClassName
{
background-color: #A878EE;
}
</style>
border-color css
<style>
span { border-color: #A878EE; }
span { border-color: rgb(168,120,238); }
td.TdClassName
{
border-color: #A878EE;
}
.TagClassName
{
border-color: #A878EE;
}
</style>