Shades of Amethyst #A476D3
Tints of Amethyst #A476D3
RGB
CMYK
RGB Variations
Color information
#A476D3 (or 0xA476D3) is known color: Amethyst. HEX triplet: A4, 76 and D3. RGB value is (164,118,211). Sum of RGB (Red+Green+Blue) = 164+118+211=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #A476D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476D3 is #5B892C. Grayscale: #8E8E8E. Windows color (decimal): -5998893 or 13858468. OLE color: 13858468.
HSL color Cylindrical-coordinate representation of color #A476D3: hue angle of 269.68º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A476D3 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 118 | 211 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.17 |
| HSL | 269.68º | 0.51% | 0.65% | - |
| HSV(B) | 269.68º | 0.44% | 0.83% | - |
| XYZ | 33.55 | 25.55 | 64.79 | - |
| YUV | 142.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 211 | 0.22 | 0.44 | 0 | 0.17 | 269.68 | 0.51 | 0.65 |
| Hex | A4 | 76 | D3 | 16 | 2C | 0 | 11 | 10E | 33 | 41 |
| Octal | 244 | 166 | 323 | 26 | 54 | 0 | 21 | 416 | 63 | 101 |
| Binary | 10100100 | 1110110 | 11010011 | 10110 | 101100 | 0 | 10001 | 100001110 | 110011 | 1000001 |
Color Harmonies of #A476D3
Complementary color
Monochromatic Colors of #A476D3
Black with #A476D3
Text Example
Text Example
White with #A476D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476D3; }
p { color: rgb(164,118,211); }
H1.HeaderClassName
{
color: #A476D3;
}
.AnyTagClassName
{
color: #A476D3;
}
</style>
background-color css
<style>
a { background-color: #A476D3; }
a { background-color: rgb(164,118,211); }
div.DivClassName
{
background-color: #A476D3;
}
.BgClassName
{
background-color: #A476D3;
}
</style>
border-color css
<style>
span { border-color: #A476D3; }
span { border-color: rgb(164,118,211); }
td.TdClassName
{
border-color: #A476D3;
}
.TagClassName
{
border-color: #A476D3;
}
</style>