Shades of Medium Purple #A878FD
Tints of Medium Purple #A878FD
RGB
CMYK
RGB Variations
Color information
#A878FD (or 0xA878FD) is known color: Medium Purple. HEX triplet: A8, 78 and FD. RGB value is (168,120,253). Sum of RGB (Red+Green+Blue) = 168+120+253=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #A878FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878FD is #578702. Grayscale: #959595. Windows color (decimal): -5736195 or 16611496. OLE color: 16611496.
HSL color Cylindrical-coordinate representation of color #A878FD: hue angle of 261.65º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A878FD is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 120 | 253 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.01 |
| HSL | 261.65º | 0.97% | 0.73% | - |
| HSV(B) | 261.65º | 0.53% | 0.99% | - |
| XYZ | 40.59 | 28.85 | 96.36 | - |
| YUV | 149.51 | 186.4 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 253 | 0.34 | 0.53 | 0 | 0.01 | 261.65 | 0.97 | 0.73 |
| Hex | A8 | 78 | FD | 22 | 35 | 0 | 1 | 106 | 61 | 49 |
| Octal | 250 | 170 | 375 | 42 | 65 | 0 | 1 | 406 | 141 | 111 |
| Binary | 10101000 | 1111000 | 11111101 | 100010 | 110101 | 0 | 1 | 100000110 | 1100001 | 1001001 |
Color Harmonies of #A878FD
Complementary color
Monochromatic Colors of #A878FD
Black with #A878FD
Text Example
Text Example
White with #A878FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878FD; }
p { color: rgb(168,120,253); }
H1.HeaderClassName
{
color: #A878FD;
}
.AnyTagClassName
{
color: #A878FD;
}
</style>
background-color css
<style>
a { background-color: #A878FD; }
a { background-color: rgb(168,120,253); }
div.DivClassName
{
background-color: #A878FD;
}
.BgClassName
{
background-color: #A878FD;
}
</style>
border-color css
<style>
span { border-color: #A878FD; }
span { border-color: rgb(168,120,253); }
td.TdClassName
{
border-color: #A878FD;
}
.TagClassName
{
border-color: #A878FD;
}
</style>