Shades of Medium Purple #A878F1
Tints of Medium Purple #A878F1
RGB
CMYK
RGB Variations
Color information
#A878F1 (or 0xA878F1) is known color: Medium Purple. HEX triplet: A8, 78 and F1. RGB value is (168,120,241). Sum of RGB (Red+Green+Blue) = 168+120+241=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #A878F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878F1 is #57870E. Grayscale: #939393. Windows color (decimal): -5736207 or 15825064. OLE color: 15825064.
HSL color Cylindrical-coordinate representation of color #A878F1: hue angle of 263.8º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A878F1 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 120 | 241 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.05 |
| HSL | 263.8º | 0.81% | 0.71% | - |
| HSV(B) | 263.8º | 0.5% | 0.95% | - |
| XYZ | 38.74 | 28.11 | 86.6 | - |
| YUV | 148.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 241 | 0.30 | 0.50 | 0 | 0.05 | 263.8 | 0.81 | 0.71 |
| Hex | A8 | 78 | F1 | 1E | 32 | 0 | 5 | 108 | 51 | 47 |
| Octal | 250 | 170 | 361 | 36 | 62 | 0 | 5 | 410 | 121 | 107 |
| Binary | 10101000 | 1111000 | 11110001 | 11110 | 110010 | 0 | 101 | 100001000 | 1010001 | 1000111 |
Color Harmonies of #A878F1
Complementary color
Monochromatic Colors of #A878F1
Black with #A878F1
Text Example
Text Example
White with #A878F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878F1; }
p { color: rgb(168,120,241); }
H1.HeaderClassName
{
color: #A878F1;
}
.AnyTagClassName
{
color: #A878F1;
}
</style>
background-color css
<style>
a { background-color: #A878F1; }
a { background-color: rgb(168,120,241); }
div.DivClassName
{
background-color: #A878F1;
}
.BgClassName
{
background-color: #A878F1;
}
</style>
border-color css
<style>
span { border-color: #A878F1; }
span { border-color: rgb(168,120,241); }
td.TdClassName
{
border-color: #A878F1;
}
.TagClassName
{
border-color: #A878F1;
}
</style>