Shades of Amethyst #A767C9
Tints of Amethyst #A767C9
RGB
CMYK
RGB Variations
Color information
#A767C9 (or 0xA767C9) is known color: Amethyst. HEX triplet: A7, 67 and C9. RGB value is (167,103,201). Sum of RGB (Red+Green+Blue) = 167+103+201=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #A767C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767C9 is #589836. Grayscale: #848484. Windows color (decimal): -5806135 or 13199271. OLE color: 13199271.
HSL color Cylindrical-coordinate representation of color #A767C9: hue angle of 279.18º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A767C9 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 103 | 201 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.21 |
| HSL | 279.18º | 0.48% | 0.6% | - |
| HSV(B) | 279.18º | 0.49% | 0.79% | - |
| XYZ | 31.33 | 22.13 | 57.88 | - |
| YUV | 133.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 201 | 0.17 | 0.49 | 0 | 0.21 | 279.18 | 0.48 | 0.6 |
| Hex | A7 | 67 | C9 | 11 | 31 | 0 | 15 | 117 | 30 | 3C |
| Octal | 247 | 147 | 311 | 21 | 61 | 0 | 25 | 427 | 60 | 74 |
| Binary | 10100111 | 1100111 | 11001001 | 10001 | 110001 | 0 | 10101 | 100010111 | 110000 | 111100 |
Color Harmonies of #A767C9
Complementary color
Monochromatic Colors of #A767C9
Black with #A767C9
Text Example
Text Example
White with #A767C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A767C9; }
p { color: rgb(167,103,201); }
H1.HeaderClassName
{
color: #A767C9;
}
.AnyTagClassName
{
color: #A767C9;
}
</style>
background-color css
<style>
a { background-color: #A767C9; }
a { background-color: rgb(167,103,201); }
div.DivClassName
{
background-color: #A767C9;
}
.BgClassName
{
background-color: #A767C9;
}
</style>
border-color css
<style>
span { border-color: #A767C9; }
span { border-color: rgb(167,103,201); }
td.TdClassName
{
border-color: #A767C9;
}
.TagClassName
{
border-color: #A767C9;
}
</style>