Shades of Amethyst #A376C9
Tints of Amethyst #A376C9
RGB
CMYK
RGB Variations
Color information
#A376C9 (or 0xA376C9) is known color: Amethyst. HEX triplet: A3, 76 and C9. RGB value is (163,118,201). Sum of RGB (Red+Green+Blue) = 163+118+201=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #A376C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376C9 is #5C8936. Grayscale: #8C8C8C. Windows color (decimal): -6064439 or 13203107. OLE color: 13203107.
HSL color Cylindrical-coordinate representation of color #A376C9: hue angle of 272.53º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A376C9 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 118 | 201 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.21 |
| HSL | 272.53º | 0.43% | 0.63% | - |
| HSV(B) | 272.53º | 0.41% | 0.79% | - |
| XYZ | 32.13 | 24.96 | 58.38 | - |
| YUV | 140.92 | 161.91 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 201 | 0.19 | 0.41 | 0 | 0.21 | 272.53 | 0.43 | 0.63 |
| Hex | A3 | 76 | C9 | 13 | 29 | 0 | 15 | 111 | 2B | 3F |
| Octal | 243 | 166 | 311 | 23 | 51 | 0 | 25 | 421 | 53 | 77 |
| Binary | 10100011 | 1110110 | 11001001 | 10011 | 101001 | 0 | 10101 | 100010001 | 101011 | 111111 |
Color Harmonies of #A376C9
Complementary color
Monochromatic Colors of #A376C9
Black with #A376C9
Text Example
Text Example
White with #A376C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376C9; }
p { color: rgb(163,118,201); }
H1.HeaderClassName
{
color: #A376C9;
}
.AnyTagClassName
{
color: #A376C9;
}
</style>
background-color css
<style>
a { background-color: #A376C9; }
a { background-color: rgb(163,118,201); }
div.DivClassName
{
background-color: #A376C9;
}
.BgClassName
{
background-color: #A376C9;
}
</style>
border-color css
<style>
span { border-color: #A376C9; }
span { border-color: rgb(163,118,201); }
td.TdClassName
{
border-color: #A376C9;
}
.TagClassName
{
border-color: #A376C9;
}
</style>