Shades of Amethyst #A376CC
Tints of Amethyst #A376CC
RGB
CMYK
RGB Variations
Color information
#A376CC (or 0xA376CC) is known color: Amethyst. HEX triplet: A3, 76 and CC. RGB value is (163,118,204). Sum of RGB (Red+Green+Blue) = 163+118+204=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #A376CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376CC is #5C8933. Grayscale: #8C8C8C. Windows color (decimal): -6064436 or 13399715. OLE color: 13399715.
HSL color Cylindrical-coordinate representation of color #A376CC: hue angle of 271.4º degrees, saturation: 0.46, 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 #A376CC is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 118 | 204 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.2 |
| HSL | 271.4º | 0.46% | 0.63% | - |
| HSV(B) | 271.4º | 0.42% | 0.8% | - |
| XYZ | 32.48 | 25.1 | 60.26 | - |
| YUV | 141.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 204 | 0.20 | 0.42 | 0 | 0.2 | 271.4 | 0.46 | 0.63 |
| Hex | A3 | 76 | CC | 14 | 2A | 0 | 14 | 10F | 2E | 3F |
| Octal | 243 | 166 | 314 | 24 | 52 | 0 | 24 | 417 | 56 | 77 |
| Binary | 10100011 | 1110110 | 11001100 | 10100 | 101010 | 0 | 10100 | 100001111 | 101110 | 111111 |
Color Harmonies of #A376CC
Complementary color
Monochromatic Colors of #A376CC
Black with #A376CC
Text Example
Text Example
White with #A376CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376CC; }
p { color: rgb(163,118,204); }
H1.HeaderClassName
{
color: #A376CC;
}
.AnyTagClassName
{
color: #A376CC;
}
</style>
background-color css
<style>
a { background-color: #A376CC; }
a { background-color: rgb(163,118,204); }
div.DivClassName
{
background-color: #A376CC;
}
.BgClassName
{
background-color: #A376CC;
}
</style>
border-color css
<style>
span { border-color: #A376CC; }
span { border-color: rgb(163,118,204); }
td.TdClassName
{
border-color: #A376CC;
}
.TagClassName
{
border-color: #A376CC;
}
</style>