Shades of Medium Purple #A878F6
Tints of Medium Purple #A878F6
RGB
CMYK
RGB Variations
Color information
#A878F6 (or 0xA878F6) is known color: Medium Purple. HEX triplet: A8, 78 and F6. RGB value is (168,120,246). Sum of RGB (Red+Green+Blue) = 168+120+246=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #A878F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878F6 is #578709. Grayscale: #949494. Windows color (decimal): -5736202 or 16152744. OLE color: 16152744.
HSL color Cylindrical-coordinate representation of color #A878F6: hue angle of 262.86º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A878F6 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 120 | 246 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.04 |
| HSL | 262.86º | 0.88% | 0.72% | - |
| HSV(B) | 262.86º | 0.51% | 0.96% | - |
| XYZ | 39.5 | 28.41 | 90.59 | - |
| YUV | 148.72 | 182.9 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 246 | 0.32 | 0.51 | 0 | 0.04 | 262.86 | 0.88 | 0.72 |
| Hex | A8 | 78 | F6 | 20 | 33 | 0 | 4 | 107 | 58 | 48 |
| Octal | 250 | 170 | 366 | 40 | 63 | 0 | 4 | 407 | 130 | 110 |
| Binary | 10101000 | 1111000 | 11110110 | 100000 | 110011 | 0 | 100 | 100000111 | 1011000 | 1001000 |
Color Harmonies of #A878F6
Complementary color
Monochromatic Colors of #A878F6
Black with #A878F6
Text Example
Text Example
White with #A878F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878F6; }
p { color: rgb(168,120,246); }
H1.HeaderClassName
{
color: #A878F6;
}
.AnyTagClassName
{
color: #A878F6;
}
</style>
background-color css
<style>
a { background-color: #A878F6; }
a { background-color: rgb(168,120,246); }
div.DivClassName
{
background-color: #A878F6;
}
.BgClassName
{
background-color: #A878F6;
}
</style>
border-color css
<style>
span { border-color: #A878F6; }
span { border-color: rgb(168,120,246); }
td.TdClassName
{
border-color: #A878F6;
}
.TagClassName
{
border-color: #A878F6;
}
</style>