Shades of Medium Purple #A976E1
Tints of Medium Purple #A976E1
RGB
CMYK
RGB Variations
Color information
#A976E1 (or 0xA976E1) is known color: Medium Purple. HEX triplet: A9, 76 and E1. RGB value is (169,118,225). Sum of RGB (Red+Green+Blue) = 169+118+225=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #A976E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976E1 is #56891E. Grayscale: #919191. Windows color (decimal): -5671199 or 14775977. OLE color: 14775977.
HSL color Cylindrical-coordinate representation of color #A976E1: hue angle of 268.6º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A976E1 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 118 | 225 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.12 |
| HSL | 268.6º | 0.64% | 0.67% | - |
| HSV(B) | 268.6º | 0.48% | 0.88% | - |
| XYZ | 36.43 | 26.83 | 74.49 | - |
| YUV | 145.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 225 | 0.25 | 0.48 | 0 | 0.12 | 268.6 | 0.64 | 0.67 |
| Hex | A9 | 76 | E1 | 19 | 30 | 0 | C | 10D | 40 | 43 |
| Octal | 251 | 166 | 341 | 31 | 60 | 0 | 14 | 415 | 100 | 103 |
| Binary | 10101001 | 1110110 | 11100001 | 11001 | 110000 | 0 | 1100 | 100001101 | 1000000 | 1000011 |
Color Harmonies of #A976E1
Complementary color
Monochromatic Colors of #A976E1
Black with #A976E1
Text Example
Text Example
White with #A976E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A976E1; }
p { color: rgb(169,118,225); }
H1.HeaderClassName
{
color: #A976E1;
}
.AnyTagClassName
{
color: #A976E1;
}
</style>
background-color css
<style>
a { background-color: #A976E1; }
a { background-color: rgb(169,118,225); }
div.DivClassName
{
background-color: #A976E1;
}
.BgClassName
{
background-color: #A976E1;
}
</style>
border-color css
<style>
span { border-color: #A976E1; }
span { border-color: rgb(169,118,225); }
td.TdClassName
{
border-color: #A976E1;
}
.TagClassName
{
border-color: #A976E1;
}
</style>