Shades of Amethyst #A767C7
Tints of Amethyst #A767C7
RGB
CMYK
RGB Variations
Color information
#A767C7 (or 0xA767C7) is known color: Amethyst. HEX triplet: A7, 67 and C7. RGB value is (167,103,199). Sum of RGB (Red+Green+Blue) = 167+103+199=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #A767C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767C7 is #589838. Grayscale: #848484. Windows color (decimal): -5806137 or 13068199. OLE color: 13068199.
HSL color Cylindrical-coordinate representation of color #A767C7: hue angle of 280º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A767C7 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 103 | 199 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.22 |
| HSL | 280º | 0.46% | 0.59% | - |
| HSV(B) | 280º | 0.48% | 0.78% | - |
| XYZ | 31.1 | 22.04 | 56.65 | - |
| YUV | 133.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 199 | 0.16 | 0.48 | 0 | 0.22 | 280 | 0.46 | 0.59 |
| Hex | A7 | 67 | C7 | 10 | 30 | 0 | 16 | 118 | 2E | 3B |
| Octal | 247 | 147 | 307 | 20 | 60 | 0 | 26 | 430 | 56 | 73 |
| Binary | 10100111 | 1100111 | 11000111 | 10000 | 110000 | 0 | 10110 | 100011000 | 101110 | 111011 |
Color Harmonies of #A767C7
Complementary color
Monochromatic Colors of #A767C7
Black with #A767C7
Text Example
Text Example
White with #A767C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A767C7; }
p { color: rgb(167,103,199); }
H1.HeaderClassName
{
color: #A767C7;
}
.AnyTagClassName
{
color: #A767C7;
}
</style>
background-color css
<style>
a { background-color: #A767C7; }
a { background-color: rgb(167,103,199); }
div.DivClassName
{
background-color: #A767C7;
}
.BgClassName
{
background-color: #A767C7;
}
</style>
border-color css
<style>
span { border-color: #A767C7; }
span { border-color: rgb(167,103,199); }
td.TdClassName
{
border-color: #A767C7;
}
.TagClassName
{
border-color: #A767C7;
}
</style>