Shades of Medium Purple #A878F2
Tints of Medium Purple #A878F2
RGB
CMYK
RGB Variations
Color information
#A878F2 (or 0xA878F2) is known color: Medium Purple. HEX triplet: A8, 78 and F2. RGB value is (168,120,242). Sum of RGB (Red+Green+Blue) = 168+120+242=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #A878F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878F2 is #57870D. Grayscale: #939393. Windows color (decimal): -5736206 or 15890600. OLE color: 15890600.
HSL color Cylindrical-coordinate representation of color #A878F2: hue angle of 263.61º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A878F2 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 120 | 242 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.05 |
| HSL | 263.61º | 0.82% | 0.71% | - |
| HSV(B) | 263.61º | 0.5% | 0.95% | - |
| XYZ | 38.89 | 28.17 | 87.39 | - |
| YUV | 148.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 242 | 0.31 | 0.50 | 0 | 0.05 | 263.61 | 0.82 | 0.71 |
| Hex | A8 | 78 | F2 | 1F | 32 | 0 | 5 | 108 | 52 | 47 |
| Octal | 250 | 170 | 362 | 37 | 62 | 0 | 5 | 410 | 122 | 107 |
| Binary | 10101000 | 1111000 | 11110010 | 11111 | 110010 | 0 | 101 | 100001000 | 1010010 | 1000111 |
Color Harmonies of #A878F2
Complementary color
Monochromatic Colors of #A878F2
Black with #A878F2
Text Example
Text Example
White with #A878F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878F2; }
p { color: rgb(168,120,242); }
H1.HeaderClassName
{
color: #A878F2;
}
.AnyTagClassName
{
color: #A878F2;
}
</style>
background-color css
<style>
a { background-color: #A878F2; }
a { background-color: rgb(168,120,242); }
div.DivClassName
{
background-color: #A878F2;
}
.BgClassName
{
background-color: #A878F2;
}
</style>
border-color css
<style>
span { border-color: #A878F2; }
span { border-color: rgb(168,120,242); }
td.TdClassName
{
border-color: #A878F2;
}
.TagClassName
{
border-color: #A878F2;
}
</style>