Shades of Amethyst #A76CCD
Tints of Amethyst #A76CCD
RGB
CMYK
RGB Variations
Color information
#A76CCD (or 0xA76CCD) is known color: Amethyst. HEX triplet: A7, 6C and CD. RGB value is (167,108,205). Sum of RGB (Red+Green+Blue) = 167+108+205=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #A76CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CCD is #589332. Grayscale: #888888. Windows color (decimal): -5804851 or 13462695. OLE color: 13462695.
HSL color Cylindrical-coordinate representation of color #A76CCD: hue angle of 276.49º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A76CCD is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 108 | 205 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.20 |
| HSL | 276.49º | 0.49% | 0.61% | - |
| HSV(B) | 276.49º | 0.47% | 0.8% | - |
| XYZ | 32.32 | 23.35 | 60.56 | - |
| YUV | 136.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 205 | 0.19 | 0.47 | 0 | 0.20 | 276.49 | 0.49 | 0.61 |
| Hex | A7 | 6C | CD | 13 | 2F | 0 | 14 | 114 | 31 | 3D |
| Octal | 247 | 154 | 315 | 23 | 57 | 0 | 24 | 424 | 61 | 75 |
| Binary | 10100111 | 1101100 | 11001101 | 10011 | 101111 | 0 | 10100 | 100010100 | 110001 | 111101 |
Color Harmonies of #A76CCD
Complementary color
Monochromatic Colors of #A76CCD
Black with #A76CCD
Text Example
Text Example
White with #A76CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76CCD; }
p { color: rgb(167,108,205); }
H1.HeaderClassName
{
color: #A76CCD;
}
.AnyTagClassName
{
color: #A76CCD;
}
</style>
background-color css
<style>
a { background-color: #A76CCD; }
a { background-color: rgb(167,108,205); }
div.DivClassName
{
background-color: #A76CCD;
}
.BgClassName
{
background-color: #A76CCD;
}
</style>
border-color css
<style>
span { border-color: #A76CCD; }
span { border-color: rgb(167,108,205); }
td.TdClassName
{
border-color: #A76CCD;
}
.TagClassName
{
border-color: #A76CCD;
}
</style>