Shades of Amethyst #A976CE
Tints of Amethyst #A976CE
RGB
CMYK
RGB Variations
Color information
#A976CE (or 0xA976CE) is known color: Amethyst. HEX triplet: A9, 76 and CE. RGB value is (169,118,206). Sum of RGB (Red+Green+Blue) = 169+118+206=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #A976CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976CE is #568931. Grayscale: #8E8E8E. Windows color (decimal): -5671218 or 13530793. OLE color: 13530793.
HSL color Cylindrical-coordinate representation of color #A976CE: hue angle of 274.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A976CE is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 118 | 206 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.19 |
| HSL | 274.77º | 0.47% | 0.64% | - |
| HSV(B) | 274.77º | 0.43% | 0.81% | - |
| XYZ | 33.98 | 25.85 | 61.59 | - |
| YUV | 143.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 206 | 0.18 | 0.43 | 0 | 0.19 | 274.77 | 0.47 | 0.64 |
| Hex | A9 | 76 | CE | 12 | 2B | 0 | 13 | 113 | 2F | 40 |
| Octal | 251 | 166 | 316 | 22 | 53 | 0 | 23 | 423 | 57 | 100 |
| Binary | 10101001 | 1110110 | 11001110 | 10010 | 101011 | 0 | 10011 | 100010011 | 101111 | 1000000 |
Color Harmonies of #A976CE
Complementary color
Monochromatic Colors of #A976CE
Black with #A976CE
Text Example
Text Example
White with #A976CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A976CE; }
p { color: rgb(169,118,206); }
H1.HeaderClassName
{
color: #A976CE;
}
.AnyTagClassName
{
color: #A976CE;
}
</style>
background-color css
<style>
a { background-color: #A976CE; }
a { background-color: rgb(169,118,206); }
div.DivClassName
{
background-color: #A976CE;
}
.BgClassName
{
background-color: #A976CE;
}
</style>
border-color css
<style>
span { border-color: #A976CE; }
span { border-color: rgb(169,118,206); }
td.TdClassName
{
border-color: #A976CE;
}
.TagClassName
{
border-color: #A976CE;
}
</style>