Shades of Amethyst #A477CD
Tints of Amethyst #A477CD
RGB
CMYK
RGB Variations
Color information
#A477CD (or 0xA477CD) is known color: Amethyst. HEX triplet: A4, 77 and CD. RGB value is (164,119,205). Sum of RGB (Red+Green+Blue) = 164+119+205=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #A477CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477CD is #5B8832. Grayscale: #8D8D8D. Windows color (decimal): -5998643 or 13465508. OLE color: 13465508.
HSL color Cylindrical-coordinate representation of color #A477CD: hue angle of 271.4º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A477CD is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 119 | 205 | - |
| CMYK | 0.2 | 0.42 | 0 | 0.20 |
| HSL | 271.4º | 0.46% | 0.64% | - |
| HSV(B) | 271.4º | 0.42% | 0.8% | - |
| XYZ | 32.93 | 25.49 | 60.94 | - |
| YUV | 142.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 205 | 0.2 | 0.42 | 0 | 0.20 | 271.4 | 0.46 | 0.64 |
| Hex | A4 | 77 | CD | 14 | 2A | 0 | 14 | 10F | 2E | 40 |
| Octal | 244 | 167 | 315 | 24 | 52 | 0 | 24 | 417 | 56 | 100 |
| Binary | 10100100 | 1110111 | 11001101 | 10100 | 101010 | 0 | 10100 | 100001111 | 101110 | 1000000 |
Color Harmonies of #A477CD
Complementary color
Monochromatic Colors of #A477CD
Black with #A477CD
Text Example
Text Example
White with #A477CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A477CD; }
p { color: rgb(164,119,205); }
H1.HeaderClassName
{
color: #A477CD;
}
.AnyTagClassName
{
color: #A477CD;
}
</style>
background-color css
<style>
a { background-color: #A477CD; }
a { background-color: rgb(164,119,205); }
div.DivClassName
{
background-color: #A477CD;
}
.BgClassName
{
background-color: #A477CD;
}
</style>
border-color css
<style>
span { border-color: #A477CD; }
span { border-color: rgb(164,119,205); }
td.TdClassName
{
border-color: #A477CD;
}
.TagClassName
{
border-color: #A477CD;
}
</style>