Shades of Amethyst #A477D0
Tints of Amethyst #A477D0
RGB
CMYK
RGB Variations
Color information
#A477D0 (or 0xA477D0) is known color: Amethyst. HEX triplet: A4, 77 and D0. RGB value is (164,119,208). Sum of RGB (Red+Green+Blue) = 164+119+208=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #A477D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477D0 is #5B882F. Grayscale: #8E8E8E. Windows color (decimal): -5998640 or 13662116. OLE color: 13662116.
HSL color Cylindrical-coordinate representation of color #A477D0: hue angle of 270.34º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A477D0 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 119 | 208 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.18 |
| HSL | 270.34º | 0.49% | 0.64% | - |
| HSV(B) | 270.34º | 0.43% | 0.82% | - |
| XYZ | 33.29 | 25.64 | 62.87 | - |
| YUV | 142.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 208 | 0.21 | 0.43 | 0 | 0.18 | 270.34 | 0.49 | 0.64 |
| Hex | A4 | 77 | D0 | 15 | 2B | 0 | 12 | 10E | 31 | 40 |
| Octal | 244 | 167 | 320 | 25 | 53 | 0 | 22 | 416 | 61 | 100 |
| Binary | 10100100 | 1110111 | 11010000 | 10101 | 101011 | 0 | 10010 | 100001110 | 110001 | 1000000 |
Color Harmonies of #A477D0
Complementary color
Monochromatic Colors of #A477D0
Black with #A477D0
Text Example
Text Example
White with #A477D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A477D0; }
p { color: rgb(164,119,208); }
H1.HeaderClassName
{
color: #A477D0;
}
.AnyTagClassName
{
color: #A477D0;
}
</style>
background-color css
<style>
a { background-color: #A477D0; }
a { background-color: rgb(164,119,208); }
div.DivClassName
{
background-color: #A477D0;
}
.BgClassName
{
background-color: #A477D0;
}
</style>
border-color css
<style>
span { border-color: #A477D0; }
span { border-color: rgb(164,119,208); }
td.TdClassName
{
border-color: #A477D0;
}
.TagClassName
{
border-color: #A477D0;
}
</style>