Shades of Medium Purple #A878F8
Tints of Medium Purple #A878F8
RGB
CMYK
RGB Variations
Color information
#A878F8 (or 0xA878F8) is known color: Medium Purple. HEX triplet: A8, 78 and F8. RGB value is (168,120,248). Sum of RGB (Red+Green+Blue) = 168+120+248=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #A878F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878F8 is #578707. Grayscale: #949494. Windows color (decimal): -5736200 or 16283816. OLE color: 16283816.
HSL color Cylindrical-coordinate representation of color #A878F8: hue angle of 262.5º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A878F8 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 120 | 248 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.03 |
| HSL | 262.5º | 0.9% | 0.72% | - |
| HSV(B) | 262.5º | 0.52% | 0.97% | - |
| XYZ | 39.81 | 28.54 | 92.22 | - |
| YUV | 148.94 | 183.9 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 248 | 0.32 | 0.52 | 0 | 0.03 | 262.5 | 0.9 | 0.72 |
| Hex | A8 | 78 | F8 | 20 | 34 | 0 | 3 | 106 | 5A | 48 |
| Octal | 250 | 170 | 370 | 40 | 64 | 0 | 3 | 406 | 132 | 110 |
| Binary | 10101000 | 1111000 | 11111000 | 100000 | 110100 | 0 | 11 | 100000110 | 1011010 | 1001000 |
Color Harmonies of #A878F8
Complementary color
Monochromatic Colors of #A878F8
Black with #A878F8
Text Example
Text Example
White with #A878F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878F8; }
p { color: rgb(168,120,248); }
H1.HeaderClassName
{
color: #A878F8;
}
.AnyTagClassName
{
color: #A878F8;
}
</style>
background-color css
<style>
a { background-color: #A878F8; }
a { background-color: rgb(168,120,248); }
div.DivClassName
{
background-color: #A878F8;
}
.BgClassName
{
background-color: #A878F8;
}
</style>
border-color css
<style>
span { border-color: #A878F8; }
span { border-color: rgb(168,120,248); }
td.TdClassName
{
border-color: #A878F8;
}
.TagClassName
{
border-color: #A878F8;
}
</style>