Shades of Medium Purple #A978DC
Tints of Medium Purple #A978DC
RGB
CMYK
RGB Variations
Color information
#A978DC (or 0xA978DC) is known color: Medium Purple. HEX triplet: A9, 78 and DC. RGB value is (169,120,220). Sum of RGB (Red+Green+Blue) = 169+120+220=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 120 (47.27% from 255 or 23.58% 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 #A978DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978DC is #568723. Grayscale: #919191. Windows color (decimal): -5670692 or 14448809. OLE color: 14448809.
HSL color Cylindrical-coordinate representation of color #A978DC: hue angle of 269.4º 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 #A978DC is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 120 | 220 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.14 |
| HSL | 269.4º | 0.59% | 0.67% | - |
| HSV(B) | 269.4º | 0.45% | 0.86% | - |
| XYZ | 36 | 27.04 | 71.03 | - |
| YUV | 146.05 | 169.73 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 220 | 0.23 | 0.45 | 0 | 0.14 | 269.4 | 0.59 | 0.67 |
| Hex | A9 | 78 | DC | 17 | 2D | 0 | E | 10D | 3B | 43 |
| Octal | 251 | 170 | 334 | 27 | 55 | 0 | 16 | 415 | 73 | 103 |
| Binary | 10101001 | 1111000 | 11011100 | 10111 | 101101 | 0 | 1110 | 100001101 | 111011 | 1000011 |
Color Harmonies of #A978DC
Complementary color
Monochromatic Colors of #A978DC
Black with #A978DC
Text Example
Text Example
White with #A978DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978DC; }
p { color: rgb(169,120,220); }
H1.HeaderClassName
{
color: #A978DC;
}
.AnyTagClassName
{
color: #A978DC;
}
</style>
background-color css
<style>
a { background-color: #A978DC; }
a { background-color: rgb(169,120,220); }
div.DivClassName
{
background-color: #A978DC;
}
.BgClassName
{
background-color: #A978DC;
}
</style>
border-color css
<style>
span { border-color: #A978DC; }
span { border-color: rgb(169,120,220); }
td.TdClassName
{
border-color: #A978DC;
}
.TagClassName
{
border-color: #A978DC;
}
</style>