Shades of Amethyst #A76FCB
Tints of Amethyst #A76FCB
RGB
CMYK
RGB Variations
Color information
#A76FCB (or 0xA76FCB) is known color: Amethyst. HEX triplet: A7, 6F and CB. RGB value is (167,111,203). Sum of RGB (Red+Green+Blue) = 167+111+203=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #A76FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FCB is #589034. Grayscale: #898989. Windows color (decimal): -5804085 or 13332391. OLE color: 13332391.
HSL color Cylindrical-coordinate representation of color #A76FCB: hue angle of 276.52º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A76FCB is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 111 | 203 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.20 |
| HSL | 276.52º | 0.47% | 0.62% | - |
| HSV(B) | 276.52º | 0.45% | 0.8% | - |
| XYZ | 32.4 | 23.9 | 59.4 | - |
| YUV | 138.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 203 | 0.18 | 0.45 | 0 | 0.20 | 276.52 | 0.47 | 0.62 |
| Hex | A7 | 6F | CB | 12 | 2D | 0 | 14 | 115 | 2F | 3E |
| Octal | 247 | 157 | 313 | 22 | 55 | 0 | 24 | 425 | 57 | 76 |
| Binary | 10100111 | 1101111 | 11001011 | 10010 | 101101 | 0 | 10100 | 100010101 | 101111 | 111110 |
Color Harmonies of #A76FCB
Complementary color
Monochromatic Colors of #A76FCB
Black with #A76FCB
Text Example
Text Example
White with #A76FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76FCB; }
p { color: rgb(167,111,203); }
H1.HeaderClassName
{
color: #A76FCB;
}
.AnyTagClassName
{
color: #A76FCB;
}
</style>
background-color css
<style>
a { background-color: #A76FCB; }
a { background-color: rgb(167,111,203); }
div.DivClassName
{
background-color: #A76FCB;
}
.BgClassName
{
background-color: #A76FCB;
}
</style>
border-color css
<style>
span { border-color: #A76FCB; }
span { border-color: rgb(167,111,203); }
td.TdClassName
{
border-color: #A76FCB;
}
.TagClassName
{
border-color: #A76FCB;
}
</style>