Shades of Amethyst #A46BC5
Tints of Amethyst #A46BC5
RGB
CMYK
RGB Variations
Color information
#A46BC5 (or 0xA46BC5) is known color: Amethyst. HEX triplet: A4, 6B and C5. RGB value is (164,107,197). Sum of RGB (Red+Green+Blue) = 164+107+197=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #A46BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BC5 is #5B943A. Grayscale: #868686. Windows color (decimal): -6001723 or 12938148. OLE color: 12938148.
HSL color Cylindrical-coordinate representation of color #A46BC5: hue angle of 278º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46BC5 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 107 | 197 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.23 |
| HSL | 278º | 0.44% | 0.6% | - |
| HSV(B) | 278º | 0.46% | 0.77% | - |
| XYZ | 30.65 | 22.44 | 55.54 | - |
| YUV | 134.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 197 | 0.17 | 0.46 | 0 | 0.23 | 278 | 0.44 | 0.6 |
| Hex | A4 | 6B | C5 | 11 | 2E | 0 | 17 | 116 | 2C | 3C |
| Octal | 244 | 153 | 305 | 21 | 56 | 0 | 27 | 426 | 54 | 74 |
| Binary | 10100100 | 1101011 | 11000101 | 10001 | 101110 | 0 | 10111 | 100010110 | 101100 | 111100 |
Color Harmonies of #A46BC5
Complementary color
Monochromatic Colors of #A46BC5
Black with #A46BC5
Text Example
Text Example
White with #A46BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BC5; }
p { color: rgb(164,107,197); }
H1.HeaderClassName
{
color: #A46BC5;
}
.AnyTagClassName
{
color: #A46BC5;
}
</style>
background-color css
<style>
a { background-color: #A46BC5; }
a { background-color: rgb(164,107,197); }
div.DivClassName
{
background-color: #A46BC5;
}
.BgClassName
{
background-color: #A46BC5;
}
</style>
border-color css
<style>
span { border-color: #A46BC5; }
span { border-color: rgb(164,107,197); }
td.TdClassName
{
border-color: #A46BC5;
}
.TagClassName
{
border-color: #A46BC5;
}
</style>