Shades of Amethyst #A976D0
Tints of Amethyst #A976D0
RGB
CMYK
RGB Variations
Color information
#A976D0 (or 0xA976D0) is known color: Amethyst. HEX triplet: A9, 76 and D0. RGB value is (169,118,208). Sum of RGB (Red+Green+Blue) = 169+118+208=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #A976D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976D0 is #56892F. Grayscale: #8F8F8F. Windows color (decimal): -5671216 or 13661865. OLE color: 13661865.
HSL color Cylindrical-coordinate representation of color #A976D0: hue angle of 274º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A976D0 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 118 | 208 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.18 |
| HSL | 274º | 0.49% | 0.64% | - |
| HSV(B) | 274º | 0.43% | 0.82% | - |
| XYZ | 34.23 | 25.95 | 62.88 | - |
| YUV | 143.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 208 | 0.19 | 0.43 | 0 | 0.18 | 274 | 0.49 | 0.64 |
| Hex | A9 | 76 | D0 | 13 | 2B | 0 | 12 | 112 | 31 | 40 |
| Octal | 251 | 166 | 320 | 23 | 53 | 0 | 22 | 422 | 61 | 100 |
| Binary | 10101001 | 1110110 | 11010000 | 10011 | 101011 | 0 | 10010 | 100010010 | 110001 | 1000000 |
Color Harmonies of #A976D0
Complementary color
Monochromatic Colors of #A976D0
Black with #A976D0
Text Example
Text Example
White with #A976D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A976D0; }
p { color: rgb(169,118,208); }
H1.HeaderClassName
{
color: #A976D0;
}
.AnyTagClassName
{
color: #A976D0;
}
</style>
background-color css
<style>
a { background-color: #A976D0; }
a { background-color: rgb(169,118,208); }
div.DivClassName
{
background-color: #A976D0;
}
.BgClassName
{
background-color: #A976D0;
}
</style>
border-color css
<style>
span { border-color: #A976D0; }
span { border-color: rgb(169,118,208); }
td.TdClassName
{
border-color: #A976D0;
}
.TagClassName
{
border-color: #A976D0;
}
</style>