Shades of Amethyst #A878D7
Tints of Amethyst #A878D7
RGB
CMYK
RGB Variations
Color information
#A878D7 (or 0xA878D7) is known color: Amethyst. HEX triplet: A8, 78 and D7. RGB value is (168,120,215). Sum of RGB (Red+Green+Blue) = 168+120+215=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #A878D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878D7 is #578728. Grayscale: #909090. Windows color (decimal): -5736233 or 14121128. OLE color: 14121128.
HSL color Cylindrical-coordinate representation of color #A878D7: hue angle of 270.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A878D7 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 120 | 215 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.16 |
| HSL | 270.32º | 0.54% | 0.66% | - |
| HSV(B) | 270.32º | 0.44% | 0.84% | - |
| XYZ | 35.13 | 26.66 | 67.59 | - |
| YUV | 145.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 215 | 0.22 | 0.44 | 0 | 0.16 | 270.32 | 0.54 | 0.66 |
| Hex | A8 | 78 | D7 | 16 | 2C | 0 | 10 | 10E | 36 | 42 |
| Octal | 250 | 170 | 327 | 26 | 54 | 0 | 20 | 416 | 66 | 102 |
| Binary | 10101000 | 1111000 | 11010111 | 10110 | 101100 | 0 | 10000 | 100001110 | 110110 | 1000010 |
Color Harmonies of #A878D7
Complementary color
Monochromatic Colors of #A878D7
Black with #A878D7
Text Example
Text Example
White with #A878D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878D7; }
p { color: rgb(168,120,215); }
H1.HeaderClassName
{
color: #A878D7;
}
.AnyTagClassName
{
color: #A878D7;
}
</style>
background-color css
<style>
a { background-color: #A878D7; }
a { background-color: rgb(168,120,215); }
div.DivClassName
{
background-color: #A878D7;
}
.BgClassName
{
background-color: #A878D7;
}
</style>
border-color css
<style>
span { border-color: #A878D7; }
span { border-color: rgb(168,120,215); }
td.TdClassName
{
border-color: #A878D7;
}
.TagClassName
{
border-color: #A878D7;
}
</style>