Shades of Medium Purple #A976EA
Tints of Medium Purple #A976EA
RGB
CMYK
RGB Variations
Color information
#A976EA (or 0xA976EA) is known color: Medium Purple. HEX triplet: A9, 76 and EA. RGB value is (169,118,234). Sum of RGB (Red+Green+Blue) = 169+118+234=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #A976EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A976EA is #568915. Grayscale: #929292. Windows color (decimal): -5671190 or 15365801. OLE color: 15365801.
HSL color Cylindrical-coordinate representation of color #A976EA: hue angle of 266.38º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A976EA is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 118 | 234 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.08 |
| HSL | 266.38º | 0.73% | 0.69% | - |
| HSV(B) | 266.38º | 0.5% | 0.92% | - |
| XYZ | 37.69 | 27.33 | 81.13 | - |
| YUV | 146.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 234 | 0.28 | 0.50 | 0 | 0.08 | 266.38 | 0.73 | 0.69 |
| Hex | A9 | 76 | EA | 1C | 32 | 0 | 8 | 10A | 49 | 45 |
| Octal | 251 | 166 | 352 | 34 | 62 | 0 | 10 | 412 | 111 | 105 |
| Binary | 10101001 | 1110110 | 11101010 | 11100 | 110010 | 0 | 1000 | 100001010 | 1001001 | 1000101 |
Color Harmonies of #A976EA
Complementary color
Monochromatic Colors of #A976EA
Black with #A976EA
Text Example
Text Example
White with #A976EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A976EA; }
p { color: rgb(169,118,234); }
H1.HeaderClassName
{
color: #A976EA;
}
.AnyTagClassName
{
color: #A976EA;
}
</style>
background-color css
<style>
a { background-color: #A976EA; }
a { background-color: rgb(169,118,234); }
div.DivClassName
{
background-color: #A976EA;
}
.BgClassName
{
background-color: #A976EA;
}
</style>
border-color css
<style>
span { border-color: #A976EA; }
span { border-color: rgb(169,118,234); }
td.TdClassName
{
border-color: #A976EA;
}
.TagClassName
{
border-color: #A976EA;
}
</style>