Shades of Amethyst #A478D0
Tints of Amethyst #A478D0
RGB
CMYK
RGB Variations
Color information
#A478D0 (or 0xA478D0) is known color: Amethyst. HEX triplet: A4, 78 and D0. RGB value is (164,120,208). Sum of RGB (Red+Green+Blue) = 164+120+208=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #A478D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478D0 is #5B872F. Grayscale: #8E8E8E. Windows color (decimal): -5998384 or 13662372. OLE color: 13662372.
HSL color Cylindrical-coordinate representation of color #A478D0: hue angle of 270º 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 #A478D0 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 120 | 208 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.18 |
| HSL | 270º | 0.48% | 0.64% | - |
| HSV(B) | 270º | 0.42% | 0.82% | - |
| XYZ | 33.41 | 25.88 | 62.91 | - |
| YUV | 143.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 208 | 0.21 | 0.42 | 0 | 0.18 | 270 | 0.48 | 0.64 |
| Hex | A4 | 78 | D0 | 15 | 2A | 0 | 12 | 10E | 30 | 40 |
| Octal | 244 | 170 | 320 | 25 | 52 | 0 | 22 | 416 | 60 | 100 |
| Binary | 10100100 | 1111000 | 11010000 | 10101 | 101010 | 0 | 10010 | 100001110 | 110000 | 1000000 |
Color Harmonies of #A478D0
Complementary color
Monochromatic Colors of #A478D0
Black with #A478D0
Text Example
Text Example
White with #A478D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478D0; }
p { color: rgb(164,120,208); }
H1.HeaderClassName
{
color: #A478D0;
}
.AnyTagClassName
{
color: #A478D0;
}
</style>
background-color css
<style>
a { background-color: #A478D0; }
a { background-color: rgb(164,120,208); }
div.DivClassName
{
background-color: #A478D0;
}
.BgClassName
{
background-color: #A478D0;
}
</style>
border-color css
<style>
span { border-color: #A478D0; }
span { border-color: rgb(164,120,208); }
td.TdClassName
{
border-color: #A478D0;
}
.TagClassName
{
border-color: #A478D0;
}
</style>