Shades of Medium Purple #A878FC
Tints of Medium Purple #A878FC
RGB
CMYK
RGB Variations
Color information
#A878FC (or 0xA878FC) is known color: Medium Purple. HEX triplet: A8, 78 and FC. RGB value is (168,120,252). Sum of RGB (Red+Green+Blue) = 168+120+252=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #A878FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878FC is #578703. Grayscale: #949494. Windows color (decimal): -5736196 or 16545960. OLE color: 16545960.
HSL color Cylindrical-coordinate representation of color #A878FC: hue angle of 261.82º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A878FC is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 120 | 252 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.01 |
| HSL | 261.82º | 0.96% | 0.73% | - |
| HSV(B) | 261.82º | 0.52% | 0.99% | - |
| XYZ | 40.44 | 28.79 | 95.52 | - |
| YUV | 149.4 | 185.9 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 252 | 0.33 | 0.52 | 0 | 0.01 | 261.82 | 0.96 | 0.73 |
| Hex | A8 | 78 | FC | 21 | 34 | 0 | 1 | 106 | 60 | 49 |
| Octal | 250 | 170 | 374 | 41 | 64 | 0 | 1 | 406 | 140 | 111 |
| Binary | 10101000 | 1111000 | 11111100 | 100001 | 110100 | 0 | 1 | 100000110 | 1100000 | 1001001 |
Color Harmonies of #A878FC
Complementary color
Monochromatic Colors of #A878FC
Black with #A878FC
Text Example
Text Example
White with #A878FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878FC; }
p { color: rgb(168,120,252); }
H1.HeaderClassName
{
color: #A878FC;
}
.AnyTagClassName
{
color: #A878FC;
}
</style>
background-color css
<style>
a { background-color: #A878FC; }
a { background-color: rgb(168,120,252); }
div.DivClassName
{
background-color: #A878FC;
}
.BgClassName
{
background-color: #A878FC;
}
</style>
border-color css
<style>
span { border-color: #A878FC; }
span { border-color: rgb(168,120,252); }
td.TdClassName
{
border-color: #A878FC;
}
.TagClassName
{
border-color: #A878FC;
}
</style>