Shades of Amethyst #A96BC8
Tints of Amethyst #A96BC8
RGB
CMYK
RGB Variations
Color information
#A96BC8 (or 0xA96BC8) is known color: Amethyst. HEX triplet: A9, 6B and C8. RGB value is (169,107,200). Sum of RGB (Red+Green+Blue) = 169+107+200=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #A96BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BC8 is #569437. Grayscale: #878787. Windows color (decimal): -5674040 or 13134761. OLE color: 13134761.
HSL color Cylindrical-coordinate representation of color #A96BC8: hue angle of 280º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A96BC8 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 107 | 200 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.22 |
| HSL | 280º | 0.46% | 0.6% | - |
| HSV(B) | 280º | 0.47% | 0.78% | - |
| XYZ | 32.05 | 23.12 | 57.42 | - |
| YUV | 136.14 | 164.04 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 200 | 0.16 | 0.46 | 0 | 0.22 | 280 | 0.46 | 0.6 |
| Hex | A9 | 6B | C8 | 10 | 2E | 0 | 16 | 118 | 2E | 3C |
| Octal | 251 | 153 | 310 | 20 | 56 | 0 | 26 | 430 | 56 | 74 |
| Binary | 10101001 | 1101011 | 11001000 | 10000 | 101110 | 0 | 10110 | 100011000 | 101110 | 111100 |
Color Harmonies of #A96BC8
Complementary color
Monochromatic Colors of #A96BC8
Black with #A96BC8
Text Example
Text Example
White with #A96BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96BC8; }
p { color: rgb(169,107,200); }
H1.HeaderClassName
{
color: #A96BC8;
}
.AnyTagClassName
{
color: #A96BC8;
}
</style>
background-color css
<style>
a { background-color: #A96BC8; }
a { background-color: rgb(169,107,200); }
div.DivClassName
{
background-color: #A96BC8;
}
.BgClassName
{
background-color: #A96BC8;
}
</style>
border-color css
<style>
span { border-color: #A96BC8; }
span { border-color: rgb(169,107,200); }
td.TdClassName
{
border-color: #A96BC8;
}
.TagClassName
{
border-color: #A96BC8;
}
</style>