Shades of Amethyst #A477CC
Tints of Amethyst #A477CC
RGB
CMYK
RGB Variations
Color information
#A477CC (or 0xA477CC) is known color: Amethyst. HEX triplet: A4, 77 and CC. RGB value is (164,119,204). Sum of RGB (Red+Green+Blue) = 164+119+204=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #A477CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477CC is #5B8833. Grayscale: #8D8D8D. Windows color (decimal): -5998644 or 13399972. OLE color: 13399972.
HSL color Cylindrical-coordinate representation of color #A477CC: hue angle of 271.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A477CC is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 119 | 204 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.2 |
| HSL | 271.76º | 0.45% | 0.63% | - |
| HSV(B) | 271.76º | 0.42% | 0.8% | - |
| XYZ | 32.81 | 25.45 | 60.31 | - |
| YUV | 142.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 204 | 0.20 | 0.42 | 0 | 0.2 | 271.76 | 0.45 | 0.63 |
| Hex | A4 | 77 | CC | 14 | 2A | 0 | 14 | 110 | 2D | 3F |
| Octal | 244 | 167 | 314 | 24 | 52 | 0 | 24 | 420 | 55 | 77 |
| Binary | 10100100 | 1110111 | 11001100 | 10100 | 101010 | 0 | 10100 | 100010000 | 101101 | 111111 |
Color Harmonies of #A477CC
Complementary color
Monochromatic Colors of #A477CC
Black with #A477CC
Text Example
Text Example
White with #A477CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A477CC; }
p { color: rgb(164,119,204); }
H1.HeaderClassName
{
color: #A477CC;
}
.AnyTagClassName
{
color: #A477CC;
}
</style>
background-color css
<style>
a { background-color: #A477CC; }
a { background-color: rgb(164,119,204); }
div.DivClassName
{
background-color: #A477CC;
}
.BgClassName
{
background-color: #A477CC;
}
</style>
border-color css
<style>
span { border-color: #A477CC; }
span { border-color: rgb(164,119,204); }
td.TdClassName
{
border-color: #A477CC;
}
.TagClassName
{
border-color: #A477CC;
}
</style>