Shades of Amethyst #A766CD
Tints of Amethyst #A766CD
RGB
CMYK
RGB Variations
Color information
#A766CD (or 0xA766CD) is known color: Amethyst. HEX triplet: A7, 66 and CD. RGB value is (167,102,205). Sum of RGB (Red+Green+Blue) = 167+102+205=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #A766CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A766CD is #589932. Grayscale: #848484. Windows color (decimal): -5806387 or 13461159. OLE color: 13461159.
HSL color Cylindrical-coordinate representation of color #A766CD: hue angle of 277.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A766CD is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 102 | 205 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.20 |
| HSL | 277.86º | 0.51% | 0.6% | - |
| HSV(B) | 277.86º | 0.5% | 0.8% | - |
| XYZ | 31.71 | 22.13 | 60.36 | - |
| YUV | 133.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 102 | 205 | 0.19 | 0.50 | 0 | 0.20 | 277.86 | 0.51 | 0.6 |
| Hex | A7 | 66 | CD | 13 | 32 | 0 | 14 | 116 | 33 | 3C |
| Octal | 247 | 146 | 315 | 23 | 62 | 0 | 24 | 426 | 63 | 74 |
| Binary | 10100111 | 1100110 | 11001101 | 10011 | 110010 | 0 | 10100 | 100010110 | 110011 | 111100 |
Color Harmonies of #A766CD
Complementary color
Monochromatic Colors of #A766CD
Black with #A766CD
Text Example
Text Example
White with #A766CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A766CD; }
p { color: rgb(167,102,205); }
H1.HeaderClassName
{
color: #A766CD;
}
.AnyTagClassName
{
color: #A766CD;
}
</style>
background-color css
<style>
a { background-color: #A766CD; }
a { background-color: rgb(167,102,205); }
div.DivClassName
{
background-color: #A766CD;
}
.BgClassName
{
background-color: #A766CD;
}
</style>
border-color css
<style>
span { border-color: #A766CD; }
span { border-color: rgb(167,102,205); }
td.TdClassName
{
border-color: #A766CD;
}
.TagClassName
{
border-color: #A766CD;
}
</style>