Shades of Amethyst #A778D0
Tints of Amethyst #A778D0
RGB
CMYK
RGB Variations
Color information
#A778D0 (or 0xA778D0) is known color: Amethyst. HEX triplet: A7, 78 and D0. RGB value is (167,120,208). Sum of RGB (Red+Green+Blue) = 167+120+208=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #A778D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778D0 is #58872F. Grayscale: #8F8F8F. Windows color (decimal): -5801776 or 13662375. OLE color: 13662375.
HSL color Cylindrical-coordinate representation of color #A778D0: hue angle of 272.05º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A778D0 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 120 | 208 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.18 |
| HSL | 272.05º | 0.48% | 0.64% | - |
| HSV(B) | 272.05º | 0.42% | 0.82% | - |
| XYZ | 34.04 | 26.2 | 62.94 | - |
| YUV | 144.09 | 164.07 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 208 | 0.20 | 0.42 | 0 | 0.18 | 272.05 | 0.48 | 0.64 |
| Hex | A7 | 78 | D0 | 14 | 2A | 0 | 12 | 110 | 30 | 40 |
| Octal | 247 | 170 | 320 | 24 | 52 | 0 | 22 | 420 | 60 | 100 |
| Binary | 10100111 | 1111000 | 11010000 | 10100 | 101010 | 0 | 10010 | 100010000 | 110000 | 1000000 |
Color Harmonies of #A778D0
Complementary color
Monochromatic Colors of #A778D0
Black with #A778D0
Text Example
Text Example
White with #A778D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A778D0; }
p { color: rgb(167,120,208); }
H1.HeaderClassName
{
color: #A778D0;
}
.AnyTagClassName
{
color: #A778D0;
}
</style>
background-color css
<style>
a { background-color: #A778D0; }
a { background-color: rgb(167,120,208); }
div.DivClassName
{
background-color: #A778D0;
}
.BgClassName
{
background-color: #A778D0;
}
</style>
border-color css
<style>
span { border-color: #A778D0; }
span { border-color: rgb(167,120,208); }
td.TdClassName
{
border-color: #A778D0;
}
.TagClassName
{
border-color: #A778D0;
}
</style>