Shades of Medium Purple #A976F0
Tints of Medium Purple #A976F0
RGB
CMYK
RGB Variations
Color information
#A976F0 (or 0xA976F0) is known color: Medium Purple. HEX triplet: A9, 76 and F0. RGB value is (169,118,240). Sum of RGB (Red+Green+Blue) = 169+118+240=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #A976F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A976F0 is #56890F. Grayscale: #929292. Windows color (decimal): -5671184 or 15759017. OLE color: 15759017.
HSL color Cylindrical-coordinate representation of color #A976F0: hue angle of 265.08º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A976F0 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 118 | 240 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.06 |
| HSL | 265.08º | 0.8% | 0.7% | - |
| HSV(B) | 265.08º | 0.51% | 0.94% | - |
| XYZ | 38.57 | 27.68 | 85.75 | - |
| YUV | 147.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 240 | 0.30 | 0.51 | 0 | 0.06 | 265.08 | 0.8 | 0.7 |
| Hex | A9 | 76 | F0 | 1E | 33 | 0 | 6 | 109 | 50 | 46 |
| Octal | 251 | 166 | 360 | 36 | 63 | 0 | 6 | 411 | 120 | 106 |
| Binary | 10101001 | 1110110 | 11110000 | 11110 | 110011 | 0 | 110 | 100001001 | 1010000 | 1000110 |
Color Harmonies of #A976F0
Complementary color
Monochromatic Colors of #A976F0
Black with #A976F0
Text Example
Text Example
White with #A976F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A976F0; }
p { color: rgb(169,118,240); }
H1.HeaderClassName
{
color: #A976F0;
}
.AnyTagClassName
{
color: #A976F0;
}
</style>
background-color css
<style>
a { background-color: #A976F0; }
a { background-color: rgb(169,118,240); }
div.DivClassName
{
background-color: #A976F0;
}
.BgClassName
{
background-color: #A976F0;
}
</style>
border-color css
<style>
span { border-color: #A976F0; }
span { border-color: rgb(169,118,240); }
td.TdClassName
{
border-color: #A976F0;
}
.TagClassName
{
border-color: #A976F0;
}
</style>