Shades of Medium Purple #A879DD
Tints of Medium Purple #A879DD
RGB
CMYK
RGB Variations
Color information
#A879DD (or 0xA879DD) is known color: Medium Purple. HEX triplet: A8, 79 and DD. RGB value is (168,121,221). Sum of RGB (Red+Green+Blue) = 168+121+221=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #A879DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879DD is #578622. Grayscale: #929292. Windows color (decimal): -5735971 or 14514600. OLE color: 14514600.
HSL color Cylindrical-coordinate representation of color #A879DD: hue angle of 268.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A879DD is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 121 | 221 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.13 |
| HSL | 268.2º | 0.6% | 0.67% | - |
| HSV(B) | 268.2º | 0.45% | 0.87% | - |
| XYZ | 36.04 | 27.22 | 71.76 | - |
| YUV | 146.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 221 | 0.24 | 0.45 | 0 | 0.13 | 268.2 | 0.6 | 0.67 |
| Hex | A8 | 79 | DD | 18 | 2D | 0 | D | 10C | 3C | 43 |
| Octal | 250 | 171 | 335 | 30 | 55 | 0 | 15 | 414 | 74 | 103 |
| Binary | 10101000 | 1111001 | 11011101 | 11000 | 101101 | 0 | 1101 | 100001100 | 111100 | 1000011 |
Color Harmonies of #A879DD
Complementary color
Monochromatic Colors of #A879DD
Black with #A879DD
Text Example
Text Example
White with #A879DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879DD; }
p { color: rgb(168,121,221); }
H1.HeaderClassName
{
color: #A879DD;
}
.AnyTagClassName
{
color: #A879DD;
}
</style>
background-color css
<style>
a { background-color: #A879DD; }
a { background-color: rgb(168,121,221); }
div.DivClassName
{
background-color: #A879DD;
}
.BgClassName
{
background-color: #A879DD;
}
</style>
border-color css
<style>
span { border-color: #A879DD; }
span { border-color: rgb(168,121,221); }
td.TdClassName
{
border-color: #A879DD;
}
.TagClassName
{
border-color: #A879DD;
}
</style>