Shades of Medium Purple #A976EC
Tints of Medium Purple #A976EC
RGB
CMYK
RGB Variations
Color information
#A976EC (or 0xA976EC) is known color: Medium Purple. HEX triplet: A9, 76 and EC. RGB value is (169,118,236). Sum of RGB (Red+Green+Blue) = 169+118+236=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #A976EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A976EC is #568913. Grayscale: #929292. Windows color (decimal): -5671188 or 15496873. OLE color: 15496873.
HSL color Cylindrical-coordinate representation of color #A976EC: hue angle of 265.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A976EC is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 118 | 236 | - |
| CMYK | 0.28 | 0.5 | 0 | 0.07 |
| HSL | 265.93º | 0.76% | 0.69% | - |
| HSV(B) | 265.93º | 0.5% | 0.93% | - |
| XYZ | 37.98 | 27.45 | 82.65 | - |
| YUV | 146.7 | 178.4 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 236 | 0.28 | 0.5 | 0 | 0.07 | 265.93 | 0.76 | 0.69 |
| Hex | A9 | 76 | EC | 1C | 32 | 0 | 7 | 10A | 4C | 45 |
| Octal | 251 | 166 | 354 | 34 | 62 | 0 | 7 | 412 | 114 | 105 |
| Binary | 10101001 | 1110110 | 11101100 | 11100 | 110010 | 0 | 111 | 100001010 | 1001100 | 1000101 |
Color Harmonies of #A976EC
Complementary color
Monochromatic Colors of #A976EC
Black with #A976EC
Text Example
Text Example
White with #A976EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A976EC; }
p { color: rgb(169,118,236); }
H1.HeaderClassName
{
color: #A976EC;
}
.AnyTagClassName
{
color: #A976EC;
}
</style>
background-color css
<style>
a { background-color: #A976EC; }
a { background-color: rgb(169,118,236); }
div.DivClassName
{
background-color: #A976EC;
}
.BgClassName
{
background-color: #A976EC;
}
</style>
border-color css
<style>
span { border-color: #A976EC; }
span { border-color: rgb(169,118,236); }
td.TdClassName
{
border-color: #A976EC;
}
.TagClassName
{
border-color: #A976EC;
}
</style>