Shades of Medium Purple #A978FD
Tints of Medium Purple #A978FD
RGB
CMYK
RGB Variations
Color information
#A978FD (or 0xA978FD) is known color: Medium Purple. HEX triplet: A9, 78 and FD. RGB value is (169,120,253). Sum of RGB (Red+Green+Blue) = 169+120+253=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #A978FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A978FD is #568702. Grayscale: #959595. Windows color (decimal): -5670659 or 16611497. OLE color: 16611497.
HSL color Cylindrical-coordinate representation of color #A978FD: hue angle of 262.11º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A978FD is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 120 | 253 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.01 |
| HSL | 262.11º | 0.97% | 0.73% | - |
| HSV(B) | 262.11º | 0.53% | 0.99% | - |
| XYZ | 40.81 | 28.96 | 96.37 | - |
| YUV | 149.81 | 186.23 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 253 | 0.33 | 0.53 | 0 | 0.01 | 262.11 | 0.97 | 0.73 |
| Hex | A9 | 78 | FD | 21 | 35 | 0 | 1 | 106 | 61 | 49 |
| Octal | 251 | 170 | 375 | 41 | 65 | 0 | 1 | 406 | 141 | 111 |
| Binary | 10101001 | 1111000 | 11111101 | 100001 | 110101 | 0 | 1 | 100000110 | 1100001 | 1001001 |
Color Harmonies of #A978FD
Complementary color
Monochromatic Colors of #A978FD
Black with #A978FD
Text Example
Text Example
White with #A978FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978FD; }
p { color: rgb(169,120,253); }
H1.HeaderClassName
{
color: #A978FD;
}
.AnyTagClassName
{
color: #A978FD;
}
</style>
background-color css
<style>
a { background-color: #A978FD; }
a { background-color: rgb(169,120,253); }
div.DivClassName
{
background-color: #A978FD;
}
.BgClassName
{
background-color: #A978FD;
}
</style>
border-color css
<style>
span { border-color: #A978FD; }
span { border-color: rgb(169,120,253); }
td.TdClassName
{
border-color: #A978FD;
}
.TagClassName
{
border-color: #A978FD;
}
</style>