Shades of Medium Purple #A878DC
Tints of Medium Purple #A878DC
RGB
CMYK
RGB Variations
Color information
#A878DC (or 0xA878DC) is known color: Medium Purple. HEX triplet: A8, 78 and DC. RGB value is (168,120,220). Sum of RGB (Red+Green+Blue) = 168+120+220=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #A878DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878DC is #578723. Grayscale: #919191. Windows color (decimal): -5736228 or 14448808. OLE color: 14448808.
HSL color Cylindrical-coordinate representation of color #A878DC: hue angle of 268.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A878DC is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 120 | 220 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.14 |
| HSL | 268.8º | 0.59% | 0.67% | - |
| HSV(B) | 268.8º | 0.45% | 0.86% | - |
| XYZ | 35.78 | 26.93 | 71.02 | - |
| YUV | 145.75 | 169.9 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 220 | 0.24 | 0.45 | 0 | 0.14 | 268.8 | 0.59 | 0.67 |
| Hex | A8 | 78 | DC | 18 | 2D | 0 | E | 10D | 3B | 43 |
| Octal | 250 | 170 | 334 | 30 | 55 | 0 | 16 | 415 | 73 | 103 |
| Binary | 10101000 | 1111000 | 11011100 | 11000 | 101101 | 0 | 1110 | 100001101 | 111011 | 1000011 |
Color Harmonies of #A878DC
Complementary color
Monochromatic Colors of #A878DC
Black with #A878DC
Text Example
Text Example
White with #A878DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878DC; }
p { color: rgb(168,120,220); }
H1.HeaderClassName
{
color: #A878DC;
}
.AnyTagClassName
{
color: #A878DC;
}
</style>
background-color css
<style>
a { background-color: #A878DC; }
a { background-color: rgb(168,120,220); }
div.DivClassName
{
background-color: #A878DC;
}
.BgClassName
{
background-color: #A878DC;
}
</style>
border-color css
<style>
span { border-color: #A878DC; }
span { border-color: rgb(168,120,220); }
td.TdClassName
{
border-color: #A878DC;
}
.TagClassName
{
border-color: #A878DC;
}
</style>