Shades of Amethyst #A878CF
Tints of Amethyst #A878CF
RGB
CMYK
RGB Variations
Color information
#A878CF (or 0xA878CF) is known color: Amethyst. HEX triplet: A8, 78 and CF. RGB value is (168,120,207). Sum of RGB (Red+Green+Blue) = 168+120+207=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #A878CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878CF is #578730. Grayscale: #8F8F8F. Windows color (decimal): -5736241 or 13596840. OLE color: 13596840.
HSL color Cylindrical-coordinate representation of color #A878CF: hue angle of 273.1º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A878CF is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 120 | 207 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.19 |
| HSL | 273.1º | 0.48% | 0.64% | - |
| HSV(B) | 273.1º | 0.42% | 0.81% | - |
| XYZ | 34.13 | 26.26 | 62.3 | - |
| YUV | 144.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 207 | 0.19 | 0.42 | 0 | 0.19 | 273.1 | 0.48 | 0.64 |
| Hex | A8 | 78 | CF | 13 | 2A | 0 | 13 | 111 | 30 | 40 |
| Octal | 250 | 170 | 317 | 23 | 52 | 0 | 23 | 421 | 60 | 100 |
| Binary | 10101000 | 1111000 | 11001111 | 10011 | 101010 | 0 | 10011 | 100010001 | 110000 | 1000000 |
Color Harmonies of #A878CF
Complementary color
Monochromatic Colors of #A878CF
Black with #A878CF
Text Example
Text Example
White with #A878CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878CF; }
p { color: rgb(168,120,207); }
H1.HeaderClassName
{
color: #A878CF;
}
.AnyTagClassName
{
color: #A878CF;
}
</style>
background-color css
<style>
a { background-color: #A878CF; }
a { background-color: rgb(168,120,207); }
div.DivClassName
{
background-color: #A878CF;
}
.BgClassName
{
background-color: #A878CF;
}
</style>
border-color css
<style>
span { border-color: #A878CF; }
span { border-color: rgb(168,120,207); }
td.TdClassName
{
border-color: #A878CF;
}
.TagClassName
{
border-color: #A878CF;
}
</style>