Shades of Medium Purple #A978F3
Tints of Medium Purple #A978F3
RGB
CMYK
RGB Variations
Color information
#A978F3 (or 0xA978F3) is known color: Medium Purple. HEX triplet: A9, 78 and F3. RGB value is (169,120,243). Sum of RGB (Red+Green+Blue) = 169+120+243=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #A978F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A978F3 is #56870C. Grayscale: #949494. Windows color (decimal): -5670669 or 15956137. OLE color: 15956137.
HSL color Cylindrical-coordinate representation of color #A978F3: hue angle of 263.9º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A978F3 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 120 | 243 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.05 |
| HSL | 263.9º | 0.84% | 0.71% | - |
| HSV(B) | 263.9º | 0.51% | 0.95% | - |
| XYZ | 39.26 | 28.34 | 88.19 | - |
| YUV | 148.67 | 181.23 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 243 | 0.30 | 0.51 | 0 | 0.05 | 263.9 | 0.84 | 0.71 |
| Hex | A9 | 78 | F3 | 1E | 33 | 0 | 5 | 108 | 54 | 47 |
| Octal | 251 | 170 | 363 | 36 | 63 | 0 | 5 | 410 | 124 | 107 |
| Binary | 10101001 | 1111000 | 11110011 | 11110 | 110011 | 0 | 101 | 100001000 | 1010100 | 1000111 |
Color Harmonies of #A978F3
Complementary color
Monochromatic Colors of #A978F3
Black with #A978F3
Text Example
Text Example
White with #A978F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978F3; }
p { color: rgb(169,120,243); }
H1.HeaderClassName
{
color: #A978F3;
}
.AnyTagClassName
{
color: #A978F3;
}
</style>
background-color css
<style>
a { background-color: #A978F3; }
a { background-color: rgb(169,120,243); }
div.DivClassName
{
background-color: #A978F3;
}
.BgClassName
{
background-color: #A978F3;
}
</style>
border-color css
<style>
span { border-color: #A978F3; }
span { border-color: rgb(169,120,243); }
td.TdClassName
{
border-color: #A978F3;
}
.TagClassName
{
border-color: #A978F3;
}
</style>