Shades of Medium Purple #A879DC
Tints of Medium Purple #A879DC
RGB
CMYK
RGB Variations
Color information
#A879DC (or 0xA879DC) is known color: Medium Purple. HEX triplet: A8, 79 and DC. RGB value is (168,121,220). Sum of RGB (Red+Green+Blue) = 168+121+220=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #A879DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879DC is #578623. Grayscale: #919191. Windows color (decimal): -5735972 or 14449064. OLE color: 14449064.
HSL color Cylindrical-coordinate representation of color #A879DC: hue angle of 268.48º 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 #A879DC is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 121 | 220 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.14 |
| HSL | 268.48º | 0.59% | 0.67% | - |
| HSV(B) | 268.48º | 0.45% | 0.86% | - |
| XYZ | 35.9 | 27.17 | 71.06 | - |
| YUV | 146.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 220 | 0.24 | 0.45 | 0 | 0.14 | 268.48 | 0.59 | 0.67 |
| Hex | A8 | 79 | DC | 18 | 2D | 0 | E | 10C | 3B | 43 |
| Octal | 250 | 171 | 334 | 30 | 55 | 0 | 16 | 414 | 73 | 103 |
| Binary | 10101000 | 1111001 | 11011100 | 11000 | 101101 | 0 | 1110 | 100001100 | 111011 | 1000011 |
Color Harmonies of #A879DC
Complementary color
Monochromatic Colors of #A879DC
Black with #A879DC
Text Example
Text Example
White with #A879DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879DC; }
p { color: rgb(168,121,220); }
H1.HeaderClassName
{
color: #A879DC;
}
.AnyTagClassName
{
color: #A879DC;
}
</style>
background-color css
<style>
a { background-color: #A879DC; }
a { background-color: rgb(168,121,220); }
div.DivClassName
{
background-color: #A879DC;
}
.BgClassName
{
background-color: #A879DC;
}
</style>
border-color css
<style>
span { border-color: #A879DC; }
span { border-color: rgb(168,121,220); }
td.TdClassName
{
border-color: #A879DC;
}
.TagClassName
{
border-color: #A879DC;
}
</style>