Shades of Medium Purple #A978E1
Tints of Medium Purple #A978E1
RGB
CMYK
RGB Variations
Color information
#A978E1 (or 0xA978E1) is known color: Medium Purple. HEX triplet: A9, 78 and E1. RGB value is (169,120,225). Sum of RGB (Red+Green+Blue) = 169+120+225=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #A978E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978E1 is #56871E. Grayscale: #929292. Windows color (decimal): -5670687 or 14776489. OLE color: 14776489.
HSL color Cylindrical-coordinate representation of color #A978E1: hue angle of 268º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A978E1 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 120 | 225 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.12 |
| HSL | 268º | 0.64% | 0.68% | - |
| HSV(B) | 268º | 0.47% | 0.88% | - |
| XYZ | 36.67 | 27.3 | 74.57 | - |
| YUV | 146.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 225 | 0.25 | 0.47 | 0 | 0.12 | 268 | 0.64 | 0.68 |
| Hex | A9 | 78 | E1 | 19 | 2F | 0 | C | 10C | 40 | 44 |
| Octal | 251 | 170 | 341 | 31 | 57 | 0 | 14 | 414 | 100 | 104 |
| Binary | 10101001 | 1111000 | 11100001 | 11001 | 101111 | 0 | 1100 | 100001100 | 1000000 | 1000100 |
Color Harmonies of #A978E1
Complementary color
Monochromatic Colors of #A978E1
Black with #A978E1
Text Example
Text Example
White with #A978E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978E1; }
p { color: rgb(169,120,225); }
H1.HeaderClassName
{
color: #A978E1;
}
.AnyTagClassName
{
color: #A978E1;
}
</style>
background-color css
<style>
a { background-color: #A978E1; }
a { background-color: rgb(169,120,225); }
div.DivClassName
{
background-color: #A978E1;
}
.BgClassName
{
background-color: #A978E1;
}
</style>
border-color css
<style>
span { border-color: #A978E1; }
span { border-color: rgb(169,120,225); }
td.TdClassName
{
border-color: #A978E1;
}
.TagClassName
{
border-color: #A978E1;
}
</style>