Shades of Medium Purple #A878DA
Tints of Medium Purple #A878DA
RGB
CMYK
RGB Variations
Color information
#A878DA (or 0xA878DA) is known color: Medium Purple. HEX triplet: A8, 78 and DA. RGB value is (168,120,218). Sum of RGB (Red+Green+Blue) = 168+120+218=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #A878DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878DA is #578725. Grayscale: #919191. Windows color (decimal): -5736230 or 14317736. OLE color: 14317736.
HSL color Cylindrical-coordinate representation of color #A878DA: hue angle of 269.39º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A878DA is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 120 | 218 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.15 |
| HSL | 269.39º | 0.57% | 0.66% | - |
| HSV(B) | 269.39º | 0.45% | 0.85% | - |
| XYZ | 35.52 | 26.82 | 69.63 | - |
| YUV | 145.52 | 168.9 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 218 | 0.23 | 0.45 | 0 | 0.15 | 269.39 | 0.57 | 0.66 |
| Hex | A8 | 78 | DA | 17 | 2D | 0 | F | 10D | 39 | 42 |
| Octal | 250 | 170 | 332 | 27 | 55 | 0 | 17 | 415 | 71 | 102 |
| Binary | 10101000 | 1111000 | 11011010 | 10111 | 101101 | 0 | 1111 | 100001101 | 111001 | 1000010 |
Color Harmonies of #A878DA
Complementary color
Monochromatic Colors of #A878DA
Black with #A878DA
Text Example
Text Example
White with #A878DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878DA; }
p { color: rgb(168,120,218); }
H1.HeaderClassName
{
color: #A878DA;
}
.AnyTagClassName
{
color: #A878DA;
}
</style>
background-color css
<style>
a { background-color: #A878DA; }
a { background-color: rgb(168,120,218); }
div.DivClassName
{
background-color: #A878DA;
}
.BgClassName
{
background-color: #A878DA;
}
</style>
border-color css
<style>
span { border-color: #A878DA; }
span { border-color: rgb(168,120,218); }
td.TdClassName
{
border-color: #A878DA;
}
.TagClassName
{
border-color: #A878DA;
}
</style>