Shades of Amethyst #A876DA
Tints of Amethyst #A876DA
RGB
CMYK
RGB Variations
Color information
#A876DA (or 0xA876DA) is known color: Amethyst. HEX triplet: A8, 76 and DA. RGB value is (168,118,218). Sum of RGB (Red+Green+Blue) = 168+118+218=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #A876DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876DA is #578925. Grayscale: #8F8F8F. Windows color (decimal): -5736742 or 14317224. OLE color: 14317224.
HSL color Cylindrical-coordinate representation of color #A876DA: hue angle of 270º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A876DA is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 118 | 218 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.15 |
| HSL | 270º | 0.57% | 0.66% | - |
| HSV(B) | 270º | 0.46% | 0.85% | - |
| XYZ | 35.28 | 26.34 | 69.55 | - |
| YUV | 144.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 218 | 0.23 | 0.46 | 0 | 0.15 | 270 | 0.57 | 0.66 |
| Hex | A8 | 76 | DA | 17 | 2E | 0 | F | 10E | 39 | 42 |
| Octal | 250 | 166 | 332 | 27 | 56 | 0 | 17 | 416 | 71 | 102 |
| Binary | 10101000 | 1110110 | 11011010 | 10111 | 101110 | 0 | 1111 | 100001110 | 111001 | 1000010 |
Color Harmonies of #A876DA
Complementary color
Monochromatic Colors of #A876DA
Black with #A876DA
Text Example
Text Example
White with #A876DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876DA; }
p { color: rgb(168,118,218); }
H1.HeaderClassName
{
color: #A876DA;
}
.AnyTagClassName
{
color: #A876DA;
}
</style>
background-color css
<style>
a { background-color: #A876DA; }
a { background-color: rgb(168,118,218); }
div.DivClassName
{
background-color: #A876DA;
}
.BgClassName
{
background-color: #A876DA;
}
</style>
border-color css
<style>
span { border-color: #A876DA; }
span { border-color: rgb(168,118,218); }
td.TdClassName
{
border-color: #A876DA;
}
.TagClassName
{
border-color: #A876DA;
}
</style>