Shades of Medium Purple #A978E9
Tints of Medium Purple #A978E9
RGB
CMYK
RGB Variations
Color information
#A978E9 (or 0xA978E9) is known color: Medium Purple. HEX triplet: A9, 78 and E9. RGB value is (169,120,233). Sum of RGB (Red+Green+Blue) = 169+120+233=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #A978E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A978E9 is #568716. Grayscale: #939393. Windows color (decimal): -5670679 or 15300777. OLE color: 15300777.
HSL color Cylindrical-coordinate representation of color #A978E9: hue angle of 266.02º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A978E9 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 120 | 233 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.09 |
| HSL | 266.02º | 0.72% | 0.69% | - |
| HSV(B) | 266.02º | 0.48% | 0.91% | - |
| XYZ | 37.79 | 27.75 | 80.46 | - |
| YUV | 147.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 233 | 0.27 | 0.48 | 0 | 0.09 | 266.02 | 0.72 | 0.69 |
| Hex | A9 | 78 | E9 | 1B | 30 | 0 | 9 | 10A | 48 | 45 |
| Octal | 251 | 170 | 351 | 33 | 60 | 0 | 11 | 412 | 110 | 105 |
| Binary | 10101001 | 1111000 | 11101001 | 11011 | 110000 | 0 | 1001 | 100001010 | 1001000 | 1000101 |
Color Harmonies of #A978E9
Complementary color
Monochromatic Colors of #A978E9
Black with #A978E9
Text Example
Text Example
White with #A978E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978E9; }
p { color: rgb(169,120,233); }
H1.HeaderClassName
{
color: #A978E9;
}
.AnyTagClassName
{
color: #A978E9;
}
</style>
background-color css
<style>
a { background-color: #A978E9; }
a { background-color: rgb(169,120,233); }
div.DivClassName
{
background-color: #A978E9;
}
.BgClassName
{
background-color: #A978E9;
}
</style>
border-color css
<style>
span { border-color: #A978E9; }
span { border-color: rgb(169,120,233); }
td.TdClassName
{
border-color: #A978E9;
}
.TagClassName
{
border-color: #A978E9;
}
</style>