Shades of Medium Purple #A978DF
Tints of Medium Purple #A978DF
RGB
CMYK
RGB Variations
Color information
#A978DF (or 0xA978DF) is known color: Medium Purple. HEX triplet: A9, 78 and DF. RGB value is (169,120,223). Sum of RGB (Red+Green+Blue) = 169+120+223=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #A978DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978DF is #568720. Grayscale: #929292. Windows color (decimal): -5670689 or 14645417. OLE color: 14645417.
HSL color Cylindrical-coordinate representation of color #A978DF: hue angle of 268.54º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A978DF is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 120 | 223 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.13 |
| HSL | 268.54º | 0.62% | 0.67% | - |
| HSV(B) | 268.54º | 0.46% | 0.87% | - |
| XYZ | 36.4 | 27.2 | 73.14 | - |
| YUV | 146.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 223 | 0.24 | 0.46 | 0 | 0.13 | 268.54 | 0.62 | 0.67 |
| Hex | A9 | 78 | DF | 18 | 2E | 0 | D | 10D | 3E | 43 |
| Octal | 251 | 170 | 337 | 30 | 56 | 0 | 15 | 415 | 76 | 103 |
| Binary | 10101001 | 1111000 | 11011111 | 11000 | 101110 | 0 | 1101 | 100001101 | 111110 | 1000011 |
Color Harmonies of #A978DF
Complementary color
Monochromatic Colors of #A978DF
Black with #A978DF
Text Example
Text Example
White with #A978DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978DF; }
p { color: rgb(169,120,223); }
H1.HeaderClassName
{
color: #A978DF;
}
.AnyTagClassName
{
color: #A978DF;
}
</style>
background-color css
<style>
a { background-color: #A978DF; }
a { background-color: rgb(169,120,223); }
div.DivClassName
{
background-color: #A978DF;
}
.BgClassName
{
background-color: #A978DF;
}
</style>
border-color css
<style>
span { border-color: #A978DF; }
span { border-color: rgb(169,120,223); }
td.TdClassName
{
border-color: #A978DF;
}
.TagClassName
{
border-color: #A978DF;
}
</style>