Shades of Medium Purple #A879FC
Tints of Medium Purple #A879FC
RGB
CMYK
RGB Variations
Color information
#A879FC (or 0xA879FC) is known color: Medium Purple. HEX triplet: A8, 79 and FC. RGB value is (168,121,252). Sum of RGB (Red+Green+Blue) = 168+121+252=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #A879FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A879FC is #578603. Grayscale: #959595. Windows color (decimal): -5735940 or 16546216. OLE color: 16546216.
HSL color Cylindrical-coordinate representation of color #A879FC: hue angle of 261.53º 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 #A879FC is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 121 | 252 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.01 |
| HSL | 261.53º | 0.96% | 0.73% | - |
| HSV(B) | 261.53º | 0.52% | 0.99% | - |
| XYZ | 40.56 | 29.03 | 95.56 | - |
| YUV | 149.99 | 185.57 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 252 | 0.33 | 0.52 | 0 | 0.01 | 261.53 | 0.96 | 0.73 |
| Hex | A8 | 79 | FC | 21 | 34 | 0 | 1 | 106 | 60 | 49 |
| Octal | 250 | 171 | 374 | 41 | 64 | 0 | 1 | 406 | 140 | 111 |
| Binary | 10101000 | 1111001 | 11111100 | 100001 | 110100 | 0 | 1 | 100000110 | 1100000 | 1001001 |
Color Harmonies of #A879FC
Complementary color
Monochromatic Colors of #A879FC
Black with #A879FC
Text Example
Text Example
White with #A879FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879FC; }
p { color: rgb(168,121,252); }
H1.HeaderClassName
{
color: #A879FC;
}
.AnyTagClassName
{
color: #A879FC;
}
</style>
background-color css
<style>
a { background-color: #A879FC; }
a { background-color: rgb(168,121,252); }
div.DivClassName
{
background-color: #A879FC;
}
.BgClassName
{
background-color: #A879FC;
}
</style>
border-color css
<style>
span { border-color: #A879FC; }
span { border-color: rgb(168,121,252); }
td.TdClassName
{
border-color: #A879FC;
}
.TagClassName
{
border-color: #A879FC;
}
</style>