Shades of Amethyst #A76DCB
Tints of Amethyst #A76DCB
RGB
CMYK
RGB Variations
Color information
#A76DCB (or 0xA76DCB) is known color: Amethyst. HEX triplet: A7, 6D and CB. RGB value is (167,109,203). Sum of RGB (Red+Green+Blue) = 167+109+203=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #A76DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DCB is #589234. Grayscale: #888888. Windows color (decimal): -5804597 or 13331879. OLE color: 13331879.
HSL color Cylindrical-coordinate representation of color #A76DCB: hue angle of 277.02º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A76DCB is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 109 | 203 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.20 |
| HSL | 277.02º | 0.47% | 0.61% | - |
| HSV(B) | 277.02º | 0.46% | 0.8% | - |
| XYZ | 32.18 | 23.46 | 59.33 | - |
| YUV | 137.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 203 | 0.18 | 0.46 | 0 | 0.20 | 277.02 | 0.47 | 0.61 |
| Hex | A7 | 6D | CB | 12 | 2E | 0 | 14 | 115 | 2F | 3D |
| Octal | 247 | 155 | 313 | 22 | 56 | 0 | 24 | 425 | 57 | 75 |
| Binary | 10100111 | 1101101 | 11001011 | 10010 | 101110 | 0 | 10100 | 100010101 | 101111 | 111101 |
Color Harmonies of #A76DCB
Complementary color
Monochromatic Colors of #A76DCB
Black with #A76DCB
Text Example
Text Example
White with #A76DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76DCB; }
p { color: rgb(167,109,203); }
H1.HeaderClassName
{
color: #A76DCB;
}
.AnyTagClassName
{
color: #A76DCB;
}
</style>
background-color css
<style>
a { background-color: #A76DCB; }
a { background-color: rgb(167,109,203); }
div.DivClassName
{
background-color: #A76DCB;
}
.BgClassName
{
background-color: #A76DCB;
}
</style>
border-color css
<style>
span { border-color: #A76DCB; }
span { border-color: rgb(167,109,203); }
td.TdClassName
{
border-color: #A76DCB;
}
.TagClassName
{
border-color: #A76DCB;
}
</style>