Shades of Medium Purple #A879FA
Tints of Medium Purple #A879FA
RGB
CMYK
RGB Variations
Color information
#A879FA (or 0xA879FA) is known color: Medium Purple. HEX triplet: A8, 79 and FA. RGB value is (168,121,250). Sum of RGB (Red+Green+Blue) = 168+121+250=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #A879FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A879FA is #578605. Grayscale: #959595. Windows color (decimal): -5735942 or 16415144. OLE color: 16415144.
HSL color Cylindrical-coordinate representation of color #A879FA: hue angle of 261.86º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A879FA is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 121 | 250 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.02 |
| HSL | 261.86º | 0.93% | 0.73% | - |
| HSV(B) | 261.86º | 0.52% | 0.98% | - |
| XYZ | 40.24 | 28.9 | 93.9 | - |
| YUV | 149.76 | 184.57 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 250 | 0.33 | 0.52 | 0 | 0.02 | 261.86 | 0.93 | 0.73 |
| Hex | A8 | 79 | FA | 21 | 34 | 0 | 2 | 106 | 5D | 49 |
| Octal | 250 | 171 | 372 | 41 | 64 | 0 | 2 | 406 | 135 | 111 |
| Binary | 10101000 | 1111001 | 11111010 | 100001 | 110100 | 0 | 10 | 100000110 | 1011101 | 1001001 |
Color Harmonies of #A879FA
Complementary color
Monochromatic Colors of #A879FA
Black with #A879FA
Text Example
Text Example
White with #A879FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879FA; }
p { color: rgb(168,121,250); }
H1.HeaderClassName
{
color: #A879FA;
}
.AnyTagClassName
{
color: #A879FA;
}
</style>
background-color css
<style>
a { background-color: #A879FA; }
a { background-color: rgb(168,121,250); }
div.DivClassName
{
background-color: #A879FA;
}
.BgClassName
{
background-color: #A879FA;
}
</style>
border-color css
<style>
span { border-color: #A879FA; }
span { border-color: rgb(168,121,250); }
td.TdClassName
{
border-color: #A879FA;
}
.TagClassName
{
border-color: #A879FA;
}
</style>