Shades of Amethyst #A476CB
Tints of Amethyst #A476CB
RGB
CMYK
RGB Variations
Color information
#A476CB (or 0xA476CB) is known color: Amethyst. HEX triplet: A4, 76 and CB. RGB value is (164,118,203). Sum of RGB (Red+Green+Blue) = 164+118+203=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #A476CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476CB is #5B8934. Grayscale: #8D8D8D. Windows color (decimal): -5998901 or 13334180. OLE color: 13334180.
HSL color Cylindrical-coordinate representation of color #A476CB: hue angle of 272.47º 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 #A476CB is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 118 | 203 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.20 |
| HSL | 272.47º | 0.45% | 0.63% | - |
| HSV(B) | 272.47º | 0.42% | 0.8% | - |
| XYZ | 32.57 | 25.16 | 59.64 | - |
| YUV | 141.44 | 162.74 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 203 | 0.19 | 0.42 | 0 | 0.20 | 272.47 | 0.45 | 0.63 |
| Hex | A4 | 76 | CB | 13 | 2A | 0 | 14 | 110 | 2D | 3F |
| Octal | 244 | 166 | 313 | 23 | 52 | 0 | 24 | 420 | 55 | 77 |
| Binary | 10100100 | 1110110 | 11001011 | 10011 | 101010 | 0 | 10100 | 100010000 | 101101 | 111111 |
Color Harmonies of #A476CB
Complementary color
Monochromatic Colors of #A476CB
Black with #A476CB
Text Example
Text Example
White with #A476CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476CB; }
p { color: rgb(164,118,203); }
H1.HeaderClassName
{
color: #A476CB;
}
.AnyTagClassName
{
color: #A476CB;
}
</style>
background-color css
<style>
a { background-color: #A476CB; }
a { background-color: rgb(164,118,203); }
div.DivClassName
{
background-color: #A476CB;
}
.BgClassName
{
background-color: #A476CB;
}
</style>
border-color css
<style>
span { border-color: #A476CB; }
span { border-color: rgb(164,118,203); }
td.TdClassName
{
border-color: #A476CB;
}
.TagClassName
{
border-color: #A476CB;
}
</style>