Shades of Amethyst #A778CF
Tints of Amethyst #A778CF
RGB
CMYK
RGB Variations
Color information
#A778CF (or 0xA778CF) is known color: Amethyst. HEX triplet: A7, 78 and CF. RGB value is (167,120,207). Sum of RGB (Red+Green+Blue) = 167+120+207=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #A778CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778CF is #588730. Grayscale: #8F8F8F. Windows color (decimal): -5801777 or 13596839. OLE color: 13596839.
HSL color Cylindrical-coordinate representation of color #A778CF: hue angle of 272.41º 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 #A778CF is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 120 | 207 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.19 |
| HSL | 272.41º | 0.48% | 0.64% | - |
| HSV(B) | 272.41º | 0.42% | 0.81% | - |
| XYZ | 33.92 | 26.15 | 62.29 | - |
| YUV | 143.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 207 | 0.19 | 0.42 | 0 | 0.19 | 272.41 | 0.48 | 0.64 |
| Hex | A7 | 78 | CF | 13 | 2A | 0 | 13 | 110 | 30 | 40 |
| Octal | 247 | 170 | 317 | 23 | 52 | 0 | 23 | 420 | 60 | 100 |
| Binary | 10100111 | 1111000 | 11001111 | 10011 | 101010 | 0 | 10011 | 100010000 | 110000 | 1000000 |
Color Harmonies of #A778CF
Complementary color
Monochromatic Colors of #A778CF
Black with #A778CF
Text Example
Text Example
White with #A778CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A778CF; }
p { color: rgb(167,120,207); }
H1.HeaderClassName
{
color: #A778CF;
}
.AnyTagClassName
{
color: #A778CF;
}
</style>
background-color css
<style>
a { background-color: #A778CF; }
a { background-color: rgb(167,120,207); }
div.DivClassName
{
background-color: #A778CF;
}
.BgClassName
{
background-color: #A778CF;
}
</style>
border-color css
<style>
span { border-color: #A778CF; }
span { border-color: rgb(167,120,207); }
td.TdClassName
{
border-color: #A778CF;
}
.TagClassName
{
border-color: #A778CF;
}
</style>