Shades of Medium Purple #A879DA
Tints of Medium Purple #A879DA
RGB
CMYK
RGB Variations
Color information
#A879DA (or 0xA879DA) is known color: Medium Purple. HEX triplet: A8, 79 and DA. RGB value is (168,121,218). Sum of RGB (Red+Green+Blue) = 168+121+218=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #A879DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879DA is #578625. Grayscale: #919191. Windows color (decimal): -5735974 or 14317992. OLE color: 14317992.
HSL color Cylindrical-coordinate representation of color #A879DA: hue angle of 269.07º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A879DA is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 121 | 218 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.15 |
| HSL | 269.07º | 0.57% | 0.66% | - |
| HSV(B) | 269.07º | 0.44% | 0.85% | - |
| XYZ | 35.64 | 27.06 | 69.67 | - |
| YUV | 146.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 218 | 0.23 | 0.44 | 0 | 0.15 | 269.07 | 0.57 | 0.66 |
| Hex | A8 | 79 | DA | 17 | 2C | 0 | F | 10D | 39 | 42 |
| Octal | 250 | 171 | 332 | 27 | 54 | 0 | 17 | 415 | 71 | 102 |
| Binary | 10101000 | 1111001 | 11011010 | 10111 | 101100 | 0 | 1111 | 100001101 | 111001 | 1000010 |
Color Harmonies of #A879DA
Complementary color
Monochromatic Colors of #A879DA
Black with #A879DA
Text Example
Text Example
White with #A879DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879DA; }
p { color: rgb(168,121,218); }
H1.HeaderClassName
{
color: #A879DA;
}
.AnyTagClassName
{
color: #A879DA;
}
</style>
background-color css
<style>
a { background-color: #A879DA; }
a { background-color: rgb(168,121,218); }
div.DivClassName
{
background-color: #A879DA;
}
.BgClassName
{
background-color: #A879DA;
}
</style>
border-color css
<style>
span { border-color: #A879DA; }
span { border-color: rgb(168,121,218); }
td.TdClassName
{
border-color: #A879DA;
}
.TagClassName
{
border-color: #A879DA;
}
</style>