Shades of Amethyst #A478D5
Tints of Amethyst #A478D5
RGB
CMYK
RGB Variations
Color information
#A478D5 (or 0xA478D5) is known color: Amethyst. HEX triplet: A4, 78 and D5. RGB value is (164,120,213). Sum of RGB (Red+Green+Blue) = 164+120+213=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #A478D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478D5 is #5B872A. Grayscale: #8F8F8F. Windows color (decimal): -5998379 or 13990052. OLE color: 13990052.
HSL color Cylindrical-coordinate representation of color #A478D5: hue angle of 268.39º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A478D5 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 120 | 213 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.16 |
| HSL | 268.39º | 0.53% | 0.65% | - |
| HSV(B) | 268.39º | 0.44% | 0.84% | - |
| XYZ | 34.04 | 26.13 | 66.2 | - |
| YUV | 143.76 | 167.08 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 213 | 0.23 | 0.44 | 0 | 0.16 | 268.39 | 0.53 | 0.65 |
| Hex | A4 | 78 | D5 | 17 | 2C | 0 | 10 | 10C | 35 | 41 |
| Octal | 244 | 170 | 325 | 27 | 54 | 0 | 20 | 414 | 65 | 101 |
| Binary | 10100100 | 1111000 | 11010101 | 10111 | 101100 | 0 | 10000 | 100001100 | 110101 | 1000001 |
Color Harmonies of #A478D5
Complementary color
Monochromatic Colors of #A478D5
Black with #A478D5
Text Example
Text Example
White with #A478D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478D5; }
p { color: rgb(164,120,213); }
H1.HeaderClassName
{
color: #A478D5;
}
.AnyTagClassName
{
color: #A478D5;
}
</style>
background-color css
<style>
a { background-color: #A478D5; }
a { background-color: rgb(164,120,213); }
div.DivClassName
{
background-color: #A478D5;
}
.BgClassName
{
background-color: #A478D5;
}
</style>
border-color css
<style>
span { border-color: #A478D5; }
span { border-color: rgb(164,120,213); }
td.TdClassName
{
border-color: #A478D5;
}
.TagClassName
{
border-color: #A478D5;
}
</style>