Shades of Medium Purple #A977FC
Tints of Medium Purple #A977FC
RGB
CMYK
RGB Variations
Color information
#A977FC (or 0xA977FC) is known color: Medium Purple. HEX triplet: A9, 77 and FC. RGB value is (169,119,252). Sum of RGB (Red+Green+Blue) = 169+119+252=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #A977FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A977FC is #568803. Grayscale: #949494. Windows color (decimal): -5670916 or 16545705. OLE color: 16545705.
HSL color Cylindrical-coordinate representation of color #A977FC: hue angle of 262.56º degrees, saturation: 0.96, 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 #A977FC is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 119 | 252 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.01 |
| HSL | 262.56º | 0.96% | 0.73% | - |
| HSV(B) | 262.56º | 0.53% | 0.99% | - |
| XYZ | 40.53 | 28.66 | 95.49 | - |
| YUV | 149.11 | 186.07 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 252 | 0.33 | 0.53 | 0 | 0.01 | 262.56 | 0.96 | 0.73 |
| Hex | A9 | 77 | FC | 21 | 35 | 0 | 1 | 107 | 60 | 49 |
| Octal | 251 | 167 | 374 | 41 | 65 | 0 | 1 | 407 | 140 | 111 |
| Binary | 10101001 | 1110111 | 11111100 | 100001 | 110101 | 0 | 1 | 100000111 | 1100000 | 1001001 |
Color Harmonies of #A977FC
Complementary color
Monochromatic Colors of #A977FC
Black with #A977FC
Text Example
Text Example
White with #A977FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A977FC; }
p { color: rgb(169,119,252); }
H1.HeaderClassName
{
color: #A977FC;
}
.AnyTagClassName
{
color: #A977FC;
}
</style>
background-color css
<style>
a { background-color: #A977FC; }
a { background-color: rgb(169,119,252); }
div.DivClassName
{
background-color: #A977FC;
}
.BgClassName
{
background-color: #A977FC;
}
</style>
border-color css
<style>
span { border-color: #A977FC; }
span { border-color: rgb(169,119,252); }
td.TdClassName
{
border-color: #A977FC;
}
.TagClassName
{
border-color: #A977FC;
}
</style>