Shades of Amethyst #A878D3
Tints of Amethyst #A878D3
RGB
CMYK
RGB Variations
Color information
#A878D3 (or 0xA878D3) is known color: Amethyst. HEX triplet: A8, 78 and D3. RGB value is (168,120,211). Sum of RGB (Red+Green+Blue) = 168+120+211=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #A878D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878D3 is #57872C. Grayscale: #909090. Windows color (decimal): -5736237 or 13858984. OLE color: 13858984.
HSL color Cylindrical-coordinate representation of color #A878D3: hue angle of 271.65º degrees, saturation: 0.51, 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 #A878D3 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 120 | 211 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.17 |
| HSL | 271.65º | 0.51% | 0.65% | - |
| HSV(B) | 271.65º | 0.43% | 0.83% | - |
| XYZ | 34.62 | 26.46 | 64.91 | - |
| YUV | 144.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 211 | 0.20 | 0.43 | 0 | 0.17 | 271.65 | 0.51 | 0.65 |
| Hex | A8 | 78 | D3 | 14 | 2B | 0 | 11 | 110 | 33 | 41 |
| Octal | 250 | 170 | 323 | 24 | 53 | 0 | 21 | 420 | 63 | 101 |
| Binary | 10101000 | 1111000 | 11010011 | 10100 | 101011 | 0 | 10001 | 100010000 | 110011 | 1000001 |
Color Harmonies of #A878D3
Complementary color
Monochromatic Colors of #A878D3
Black with #A878D3
Text Example
Text Example
White with #A878D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878D3; }
p { color: rgb(168,120,211); }
H1.HeaderClassName
{
color: #A878D3;
}
.AnyTagClassName
{
color: #A878D3;
}
</style>
background-color css
<style>
a { background-color: #A878D3; }
a { background-color: rgb(168,120,211); }
div.DivClassName
{
background-color: #A878D3;
}
.BgClassName
{
background-color: #A878D3;
}
</style>
border-color css
<style>
span { border-color: #A878D3; }
span { border-color: rgb(168,120,211); }
td.TdClassName
{
border-color: #A878D3;
}
.TagClassName
{
border-color: #A878D3;
}
</style>