Shades of Medium Purple #A978EF
Tints of Medium Purple #A978EF
RGB
CMYK
RGB Variations
Color information
#A978EF (or 0xA978EF) is known color: Medium Purple. HEX triplet: A9, 78 and EF. RGB value is (169,120,239). Sum of RGB (Red+Green+Blue) = 169+120+239=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #A978EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A978EF is #568710. Grayscale: #939393. Windows color (decimal): -5670673 or 15693993. OLE color: 15693993.
HSL color Cylindrical-coordinate representation of color #A978EF: hue angle of 264.71º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A978EF is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 120 | 239 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.06 |
| HSL | 264.71º | 0.79% | 0.7% | - |
| HSV(B) | 264.71º | 0.5% | 0.94% | - |
| XYZ | 38.66 | 28.1 | 85.05 | - |
| YUV | 148.22 | 179.23 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 239 | 0.29 | 0.50 | 0 | 0.06 | 264.71 | 0.79 | 0.7 |
| Hex | A9 | 78 | EF | 1D | 32 | 0 | 6 | 109 | 4F | 46 |
| Octal | 251 | 170 | 357 | 35 | 62 | 0 | 6 | 411 | 117 | 106 |
| Binary | 10101001 | 1111000 | 11101111 | 11101 | 110010 | 0 | 110 | 100001001 | 1001111 | 1000110 |
Color Harmonies of #A978EF
Complementary color
Monochromatic Colors of #A978EF
Black with #A978EF
Text Example
Text Example
White with #A978EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978EF; }
p { color: rgb(169,120,239); }
H1.HeaderClassName
{
color: #A978EF;
}
.AnyTagClassName
{
color: #A978EF;
}
</style>
background-color css
<style>
a { background-color: #A978EF; }
a { background-color: rgb(169,120,239); }
div.DivClassName
{
background-color: #A978EF;
}
.BgClassName
{
background-color: #A978EF;
}
</style>
border-color css
<style>
span { border-color: #A978EF; }
span { border-color: rgb(169,120,239); }
td.TdClassName
{
border-color: #A978EF;
}
.TagClassName
{
border-color: #A978EF;
}
</style>