Shades of Medium Purple #A878F3
Tints of Medium Purple #A878F3
RGB
CMYK
RGB Variations
Color information
#A878F3 (or 0xA878F3) is known color: Medium Purple. HEX triplet: A8, 78 and F3. RGB value is (168,120,243). Sum of RGB (Red+Green+Blue) = 168+120+243=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #A878F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878F3 is #57870C. Grayscale: #939393. Windows color (decimal): -5736205 or 15956136. OLE color: 15956136.
HSL color Cylindrical-coordinate representation of color #A878F3: hue angle of 263.41º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A878F3 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 120 | 243 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.05 |
| HSL | 263.41º | 0.84% | 0.71% | - |
| HSV(B) | 263.41º | 0.51% | 0.95% | - |
| XYZ | 39.04 | 28.23 | 88.18 | - |
| YUV | 148.37 | 181.4 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 243 | 0.31 | 0.51 | 0 | 0.05 | 263.41 | 0.84 | 0.71 |
| Hex | A8 | 78 | F3 | 1F | 33 | 0 | 5 | 107 | 54 | 47 |
| Octal | 250 | 170 | 363 | 37 | 63 | 0 | 5 | 407 | 124 | 107 |
| Binary | 10101000 | 1111000 | 11110011 | 11111 | 110011 | 0 | 101 | 100000111 | 1010100 | 1000111 |
Color Harmonies of #A878F3
Complementary color
Monochromatic Colors of #A878F3
Black with #A878F3
Text Example
Text Example
White with #A878F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878F3; }
p { color: rgb(168,120,243); }
H1.HeaderClassName
{
color: #A878F3;
}
.AnyTagClassName
{
color: #A878F3;
}
</style>
background-color css
<style>
a { background-color: #A878F3; }
a { background-color: rgb(168,120,243); }
div.DivClassName
{
background-color: #A878F3;
}
.BgClassName
{
background-color: #A878F3;
}
</style>
border-color css
<style>
span { border-color: #A878F3; }
span { border-color: rgb(168,120,243); }
td.TdClassName
{
border-color: #A878F3;
}
.TagClassName
{
border-color: #A878F3;
}
</style>