Shades of Amethyst #A478CC
Tints of Amethyst #A478CC
RGB
CMYK
RGB Variations
Color information
#A478CC (or 0xA478CC) is known color: Amethyst. HEX triplet: A4, 78 and CC. RGB value is (164,120,204). Sum of RGB (Red+Green+Blue) = 164+120+204=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #A478CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478CC is #5B8733. Grayscale: #8E8E8E. Windows color (decimal): -5998388 or 13400228. OLE color: 13400228.
HSL color Cylindrical-coordinate representation of color #A478CC: hue angle of 271.43º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A478CC is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 120 | 204 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.2 |
| HSL | 271.43º | 0.45% | 0.64% | - |
| HSV(B) | 271.43º | 0.41% | 0.8% | - |
| XYZ | 32.93 | 25.69 | 60.35 | - |
| YUV | 142.73 | 162.58 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 204 | 0.20 | 0.41 | 0 | 0.2 | 271.43 | 0.45 | 0.64 |
| Hex | A4 | 78 | CC | 14 | 29 | 0 | 14 | 10F | 2D | 40 |
| Octal | 244 | 170 | 314 | 24 | 51 | 0 | 24 | 417 | 55 | 100 |
| Binary | 10100100 | 1111000 | 11001100 | 10100 | 101001 | 0 | 10100 | 100001111 | 101101 | 1000000 |
Color Harmonies of #A478CC
Complementary color
Monochromatic Colors of #A478CC
Black with #A478CC
Text Example
Text Example
White with #A478CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478CC; }
p { color: rgb(164,120,204); }
H1.HeaderClassName
{
color: #A478CC;
}
.AnyTagClassName
{
color: #A478CC;
}
</style>
background-color css
<style>
a { background-color: #A478CC; }
a { background-color: rgb(164,120,204); }
div.DivClassName
{
background-color: #A478CC;
}
.BgClassName
{
background-color: #A478CC;
}
</style>
border-color css
<style>
span { border-color: #A478CC; }
span { border-color: rgb(164,120,204); }
td.TdClassName
{
border-color: #A478CC;
}
.TagClassName
{
border-color: #A478CC;
}
</style>