Shades of Amethyst #A878D4
Tints of Amethyst #A878D4
RGB
CMYK
RGB Variations
Color information
#A878D4 (or 0xA878D4) is known color: Amethyst. HEX triplet: A8, 78 and D4. RGB value is (168,120,212). Sum of RGB (Red+Green+Blue) = 168+120+212=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #A878D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878D4 is #57872B. Grayscale: #909090. Windows color (decimal): -5736236 or 13924520. OLE color: 13924520.
HSL color Cylindrical-coordinate representation of color #A878D4: hue angle of 271.3º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A878D4 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 120 | 212 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.17 |
| HSL | 271.3º | 0.52% | 0.65% | - |
| HSV(B) | 271.3º | 0.43% | 0.83% | - |
| XYZ | 34.75 | 26.51 | 65.57 | - |
| YUV | 144.84 | 165.9 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 212 | 0.21 | 0.43 | 0 | 0.17 | 271.3 | 0.52 | 0.65 |
| Hex | A8 | 78 | D4 | 15 | 2B | 0 | 11 | 10F | 34 | 41 |
| Octal | 250 | 170 | 324 | 25 | 53 | 0 | 21 | 417 | 64 | 101 |
| Binary | 10101000 | 1111000 | 11010100 | 10101 | 101011 | 0 | 10001 | 100001111 | 110100 | 1000001 |
Color Harmonies of #A878D4
Complementary color
Monochromatic Colors of #A878D4
Black with #A878D4
Text Example
Text Example
White with #A878D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878D4; }
p { color: rgb(168,120,212); }
H1.HeaderClassName
{
color: #A878D4;
}
.AnyTagClassName
{
color: #A878D4;
}
</style>
background-color css
<style>
a { background-color: #A878D4; }
a { background-color: rgb(168,120,212); }
div.DivClassName
{
background-color: #A878D4;
}
.BgClassName
{
background-color: #A878D4;
}
</style>
border-color css
<style>
span { border-color: #A878D4; }
span { border-color: rgb(168,120,212); }
td.TdClassName
{
border-color: #A878D4;
}
.TagClassName
{
border-color: #A878D4;
}
</style>