Shades of Amethyst #A476CE
Tints of Amethyst #A476CE
RGB
CMYK
RGB Variations
Color information
#A476CE (or 0xA476CE) is known color: Amethyst. HEX triplet: A4, 76 and CE. RGB value is (164,118,206). Sum of RGB (Red+Green+Blue) = 164+118+206=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #A476CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476CE is #5B8931. Grayscale: #8D8D8D. Windows color (decimal): -5998898 or 13530788. OLE color: 13530788.
HSL color Cylindrical-coordinate representation of color #A476CE: hue angle of 271.36º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A476CE is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 118 | 206 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.19 |
| HSL | 271.36º | 0.47% | 0.64% | - |
| HSV(B) | 271.36º | 0.43% | 0.81% | - |
| XYZ | 32.93 | 25.31 | 61.54 | - |
| YUV | 141.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 206 | 0.20 | 0.43 | 0 | 0.19 | 271.36 | 0.47 | 0.64 |
| Hex | A4 | 76 | CE | 14 | 2B | 0 | 13 | 10F | 2F | 40 |
| Octal | 244 | 166 | 316 | 24 | 53 | 0 | 23 | 417 | 57 | 100 |
| Binary | 10100100 | 1110110 | 11001110 | 10100 | 101011 | 0 | 10011 | 100001111 | 101111 | 1000000 |
Color Harmonies of #A476CE
Complementary color
Monochromatic Colors of #A476CE
Black with #A476CE
Text Example
Text Example
White with #A476CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476CE; }
p { color: rgb(164,118,206); }
H1.HeaderClassName
{
color: #A476CE;
}
.AnyTagClassName
{
color: #A476CE;
}
</style>
background-color css
<style>
a { background-color: #A476CE; }
a { background-color: rgb(164,118,206); }
div.DivClassName
{
background-color: #A476CE;
}
.BgClassName
{
background-color: #A476CE;
}
</style>
border-color css
<style>
span { border-color: #A476CE; }
span { border-color: rgb(164,118,206); }
td.TdClassName
{
border-color: #A476CE;
}
.TagClassName
{
border-color: #A476CE;
}
</style>