Shades of Medium Purple #A878DF
Tints of Medium Purple #A878DF
RGB
CMYK
RGB Variations
Color information
#A878DF (or 0xA878DF) is known color: Medium Purple. HEX triplet: A8, 78 and DF. RGB value is (168,120,223). Sum of RGB (Red+Green+Blue) = 168+120+223=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #A878DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878DF is #578720. Grayscale: #919191. Windows color (decimal): -5736225 or 14645416. OLE color: 14645416.
HSL color Cylindrical-coordinate representation of color #A878DF: hue angle of 267.96º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A878DF is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 120 | 223 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.13 |
| HSL | 267.96º | 0.62% | 0.67% | - |
| HSV(B) | 267.96º | 0.46% | 0.87% | - |
| XYZ | 36.18 | 27.09 | 73.13 | - |
| YUV | 146.09 | 171.4 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 223 | 0.25 | 0.46 | 0 | 0.13 | 267.96 | 0.62 | 0.67 |
| Hex | A8 | 78 | DF | 19 | 2E | 0 | D | 10C | 3E | 43 |
| Octal | 250 | 170 | 337 | 31 | 56 | 0 | 15 | 414 | 76 | 103 |
| Binary | 10101000 | 1111000 | 11011111 | 11001 | 101110 | 0 | 1101 | 100001100 | 111110 | 1000011 |
Color Harmonies of #A878DF
Complementary color
Monochromatic Colors of #A878DF
Black with #A878DF
Text Example
Text Example
White with #A878DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878DF; }
p { color: rgb(168,120,223); }
H1.HeaderClassName
{
color: #A878DF;
}
.AnyTagClassName
{
color: #A878DF;
}
</style>
background-color css
<style>
a { background-color: #A878DF; }
a { background-color: rgb(168,120,223); }
div.DivClassName
{
background-color: #A878DF;
}
.BgClassName
{
background-color: #A878DF;
}
</style>
border-color css
<style>
span { border-color: #A878DF; }
span { border-color: rgb(168,120,223); }
td.TdClassName
{
border-color: #A878DF;
}
.TagClassName
{
border-color: #A878DF;
}
</style>