Shades of Amethyst #A878CD
Tints of Amethyst #A878CD
RGB
CMYK
RGB Variations
Color information
#A878CD (or 0xA878CD) is known color: Amethyst. HEX triplet: A8, 78 and CD. RGB value is (168,120,205). Sum of RGB (Red+Green+Blue) = 168+120+205=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #A878CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878CD is #578732. Grayscale: #8F8F8F. Windows color (decimal): -5736243 or 13465768. OLE color: 13465768.
HSL color Cylindrical-coordinate representation of color #A878CD: hue angle of 273.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A878CD is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 120 | 205 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.20 |
| HSL | 273.88º | 0.46% | 0.64% | - |
| HSV(B) | 273.88º | 0.41% | 0.8% | - |
| XYZ | 33.88 | 26.17 | 61.02 | - |
| YUV | 144.04 | 162.4 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 205 | 0.18 | 0.41 | 0 | 0.20 | 273.88 | 0.46 | 0.64 |
| Hex | A8 | 78 | CD | 12 | 29 | 0 | 14 | 112 | 2E | 40 |
| Octal | 250 | 170 | 315 | 22 | 51 | 0 | 24 | 422 | 56 | 100 |
| Binary | 10101000 | 1111000 | 11001101 | 10010 | 101001 | 0 | 10100 | 100010010 | 101110 | 1000000 |
Color Harmonies of #A878CD
Complementary color
Monochromatic Colors of #A878CD
Black with #A878CD
Text Example
Text Example
White with #A878CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878CD; }
p { color: rgb(168,120,205); }
H1.HeaderClassName
{
color: #A878CD;
}
.AnyTagClassName
{
color: #A878CD;
}
</style>
background-color css
<style>
a { background-color: #A878CD; }
a { background-color: rgb(168,120,205); }
div.DivClassName
{
background-color: #A878CD;
}
.BgClassName
{
background-color: #A878CD;
}
</style>
border-color css
<style>
span { border-color: #A878CD; }
span { border-color: rgb(168,120,205); }
td.TdClassName
{
border-color: #A878CD;
}
.TagClassName
{
border-color: #A878CD;
}
</style>