Shades of Medium Purple #A978FE
Tints of Medium Purple #A978FE
RGB
CMYK
RGB Variations
Color information
#A978FE (or 0xA978FE) is known color: Medium Purple. HEX triplet: A9, 78 and FE. RGB value is (169,120,254). Sum of RGB (Red+Green+Blue) = 169+120+254=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #A978FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A978FE is #568701. Grayscale: #959595. Windows color (decimal): -5670658 or 16677033. OLE color: 16677033.
HSL color Cylindrical-coordinate representation of color #A978FE: hue angle of 261.94º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A978FE is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 120 | 254 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.00 |
| HSL | 261.94º | 0.99% | 0.73% | - |
| HSV(B) | 261.94º | 0.53% | 1% | - |
| XYZ | 40.97 | 29.02 | 97.21 | - |
| YUV | 149.93 | 186.73 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 254 | 0.33 | 0.53 | 0 | 0.00 | 261.94 | 0.99 | 0.73 |
| Hex | A9 | 78 | FE | 21 | 35 | 0 | 0 | 106 | 63 | 49 |
| Octal | 251 | 170 | 376 | 41 | 65 | 0 | 0 | 406 | 143 | 111 |
| Binary | 10101001 | 1111000 | 11111110 | 100001 | 110101 | 0 | 0 | 100000110 | 1100011 | 1001001 |
Color Harmonies of #A978FE
Complementary color
Monochromatic Colors of #A978FE
Black with #A978FE
Text Example
Text Example
White with #A978FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978FE; }
p { color: rgb(169,120,254); }
H1.HeaderClassName
{
color: #A978FE;
}
.AnyTagClassName
{
color: #A978FE;
}
</style>
background-color css
<style>
a { background-color: #A978FE; }
a { background-color: rgb(169,120,254); }
div.DivClassName
{
background-color: #A978FE;
}
.BgClassName
{
background-color: #A978FE;
}
</style>
border-color css
<style>
span { border-color: #A978FE; }
span { border-color: rgb(169,120,254); }
td.TdClassName
{
border-color: #A978FE;
}
.TagClassName
{
border-color: #A978FE;
}
</style>