Shades of Amethyst #A478CE
Tints of Amethyst #A478CE
RGB
CMYK
RGB Variations
Color information
#A478CE (or 0xA478CE) is known color: Amethyst. HEX triplet: A4, 78 and CE. RGB value is (164,120,206). Sum of RGB (Red+Green+Blue) = 164+120+206=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #A478CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478CE is #5B8731. Grayscale: #8E8E8E. Windows color (decimal): -5998386 or 13531300. OLE color: 13531300.
HSL color Cylindrical-coordinate representation of color #A478CE: hue angle of 270.7º degrees, saturation: 0.47, 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 #A478CE is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 120 | 206 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.19 |
| HSL | 270.7º | 0.47% | 0.64% | - |
| HSV(B) | 270.7º | 0.42% | 0.81% | - |
| XYZ | 33.17 | 25.78 | 61.62 | - |
| YUV | 142.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 206 | 0.20 | 0.42 | 0 | 0.19 | 270.7 | 0.47 | 0.64 |
| Hex | A4 | 78 | CE | 14 | 2A | 0 | 13 | 10F | 2F | 40 |
| Octal | 244 | 170 | 316 | 24 | 52 | 0 | 23 | 417 | 57 | 100 |
| Binary | 10100100 | 1111000 | 11001110 | 10100 | 101010 | 0 | 10011 | 100001111 | 101111 | 1000000 |
Color Harmonies of #A478CE
Complementary color
Monochromatic Colors of #A478CE
Black with #A478CE
Text Example
Text Example
White with #A478CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478CE; }
p { color: rgb(164,120,206); }
H1.HeaderClassName
{
color: #A478CE;
}
.AnyTagClassName
{
color: #A478CE;
}
</style>
background-color css
<style>
a { background-color: #A478CE; }
a { background-color: rgb(164,120,206); }
div.DivClassName
{
background-color: #A478CE;
}
.BgClassName
{
background-color: #A478CE;
}
</style>
border-color css
<style>
span { border-color: #A478CE; }
span { border-color: rgb(164,120,206); }
td.TdClassName
{
border-color: #A478CE;
}
.TagClassName
{
border-color: #A478CE;
}
</style>