Shades of Medium Purple #A878FB
Tints of Medium Purple #A878FB
RGB
CMYK
RGB Variations
Color information
#A878FB (or 0xA878FB) is known color: Medium Purple. HEX triplet: A8, 78 and FB. RGB value is (168,120,251). Sum of RGB (Red+Green+Blue) = 168+120+251=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #A878FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878FB is #578704. Grayscale: #949494. Windows color (decimal): -5736197 or 16480424. OLE color: 16480424.
HSL color Cylindrical-coordinate representation of color #A878FB: hue angle of 261.98º degrees, saturation: 0.94, 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 #A878FB is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 120 | 251 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.02 |
| HSL | 261.98º | 0.94% | 0.73% | - |
| HSV(B) | 261.98º | 0.52% | 0.98% | - |
| XYZ | 40.28 | 28.72 | 94.69 | - |
| YUV | 149.29 | 185.4 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 251 | 0.33 | 0.52 | 0 | 0.02 | 261.98 | 0.94 | 0.73 |
| Hex | A8 | 78 | FB | 21 | 34 | 0 | 2 | 106 | 5E | 49 |
| Octal | 250 | 170 | 373 | 41 | 64 | 0 | 2 | 406 | 136 | 111 |
| Binary | 10101000 | 1111000 | 11111011 | 100001 | 110100 | 0 | 10 | 100000110 | 1011110 | 1001001 |
Color Harmonies of #A878FB
Complementary color
Monochromatic Colors of #A878FB
Black with #A878FB
Text Example
Text Example
White with #A878FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878FB; }
p { color: rgb(168,120,251); }
H1.HeaderClassName
{
color: #A878FB;
}
.AnyTagClassName
{
color: #A878FB;
}
</style>
background-color css
<style>
a { background-color: #A878FB; }
a { background-color: rgb(168,120,251); }
div.DivClassName
{
background-color: #A878FB;
}
.BgClassName
{
background-color: #A878FB;
}
</style>
border-color css
<style>
span { border-color: #A878FB; }
span { border-color: rgb(168,120,251); }
td.TdClassName
{
border-color: #A878FB;
}
.TagClassName
{
border-color: #A878FB;
}
</style>