Shades of Amethyst #A976CF
Tints of Amethyst #A976CF
RGB
CMYK
RGB Variations
Color information
#A976CF (or 0xA976CF) is known color: Amethyst. HEX triplet: A9, 76 and CF. RGB value is (169,118,207). Sum of RGB (Red+Green+Blue) = 169+118+207=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #A976CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976CF is #568930. Grayscale: #8F8F8F. Windows color (decimal): -5671217 or 13596329. OLE color: 13596329.
HSL color Cylindrical-coordinate representation of color #A976CF: hue angle of 274.38º degrees, saturation: 0.48, 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 #A976CF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 118 | 207 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.19 |
| HSL | 274.38º | 0.48% | 0.64% | - |
| HSV(B) | 274.38º | 0.43% | 0.81% | - |
| XYZ | 34.1 | 25.9 | 62.23 | - |
| YUV | 143.4 | 163.9 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 207 | 0.18 | 0.43 | 0 | 0.19 | 274.38 | 0.48 | 0.64 |
| Hex | A9 | 76 | CF | 12 | 2B | 0 | 13 | 112 | 30 | 40 |
| Octal | 251 | 166 | 317 | 22 | 53 | 0 | 23 | 422 | 60 | 100 |
| Binary | 10101001 | 1110110 | 11001111 | 10010 | 101011 | 0 | 10011 | 100010010 | 110000 | 1000000 |
Color Harmonies of #A976CF
Complementary color
Monochromatic Colors of #A976CF
Black with #A976CF
Text Example
Text Example
White with #A976CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A976CF; }
p { color: rgb(169,118,207); }
H1.HeaderClassName
{
color: #A976CF;
}
.AnyTagClassName
{
color: #A976CF;
}
</style>
background-color css
<style>
a { background-color: #A976CF; }
a { background-color: rgb(169,118,207); }
div.DivClassName
{
background-color: #A976CF;
}
.BgClassName
{
background-color: #A976CF;
}
</style>
border-color css
<style>
span { border-color: #A976CF; }
span { border-color: rgb(169,118,207); }
td.TdClassName
{
border-color: #A976CF;
}
.TagClassName
{
border-color: #A976CF;
}
</style>