Shades of Amethyst #A376CE
Tints of Amethyst #A376CE
RGB
CMYK
RGB Variations
Color information
#A376CE (or 0xA376CE) is known color: Amethyst. HEX triplet: A3, 76 and CE. RGB value is (163,118,206). Sum of RGB (Red+Green+Blue) = 163+118+206=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #A376CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376CE is #5C8931. Grayscale: #8D8D8D. Windows color (decimal): -6064434 or 13530787. OLE color: 13530787.
HSL color Cylindrical-coordinate representation of color #A376CE: hue angle of 270.68º 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 #A376CE is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 118 | 206 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.19 |
| HSL | 270.68º | 0.47% | 0.64% | - |
| HSV(B) | 270.68º | 0.43% | 0.81% | - |
| XYZ | 32.72 | 25.2 | 61.53 | - |
| YUV | 141.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 206 | 0.21 | 0.43 | 0 | 0.19 | 270.68 | 0.47 | 0.64 |
| Hex | A3 | 76 | CE | 15 | 2B | 0 | 13 | 10F | 2F | 40 |
| Octal | 243 | 166 | 316 | 25 | 53 | 0 | 23 | 417 | 57 | 100 |
| Binary | 10100011 | 1110110 | 11001110 | 10101 | 101011 | 0 | 10011 | 100001111 | 101111 | 1000000 |
Color Harmonies of #A376CE
Complementary color
Monochromatic Colors of #A376CE
Black with #A376CE
Text Example
Text Example
White with #A376CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376CE; }
p { color: rgb(163,118,206); }
H1.HeaderClassName
{
color: #A376CE;
}
.AnyTagClassName
{
color: #A376CE;
}
</style>
background-color css
<style>
a { background-color: #A376CE; }
a { background-color: rgb(163,118,206); }
div.DivClassName
{
background-color: #A376CE;
}
.BgClassName
{
background-color: #A376CE;
}
</style>
border-color css
<style>
span { border-color: #A376CE; }
span { border-color: rgb(163,118,206); }
td.TdClassName
{
border-color: #A376CE;
}
.TagClassName
{
border-color: #A376CE;
}
</style>