Shades of Amethyst #A96ECD
Tints of Amethyst #A96ECD
RGB
CMYK
RGB Variations
Color information
#A96ECD (or 0xA96ECD) is known color: Amethyst. HEX triplet: A9, 6E and CD. RGB value is (169,110,205). Sum of RGB (Red+Green+Blue) = 169+110+205=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #A96ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ECD is #569132. Grayscale: #8A8A8A. Windows color (decimal): -5673267 or 13463209. OLE color: 13463209.
HSL color Cylindrical-coordinate representation of color #A96ECD: hue angle of 277.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A96ECD is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 110 | 205 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.20 |
| HSL | 277.26º | 0.49% | 0.62% | - |
| HSV(B) | 277.26º | 0.46% | 0.8% | - |
| XYZ | 32.96 | 23.99 | 60.65 | - |
| YUV | 138.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 205 | 0.18 | 0.46 | 0 | 0.20 | 277.26 | 0.49 | 0.62 |
| Hex | A9 | 6E | CD | 12 | 2E | 0 | 14 | 115 | 31 | 3E |
| Octal | 251 | 156 | 315 | 22 | 56 | 0 | 24 | 425 | 61 | 76 |
| Binary | 10101001 | 1101110 | 11001101 | 10010 | 101110 | 0 | 10100 | 100010101 | 110001 | 111110 |
Color Harmonies of #A96ECD
Complementary color
Monochromatic Colors of #A96ECD
Black with #A96ECD
Text Example
Text Example
White with #A96ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96ECD; }
p { color: rgb(169,110,205); }
H1.HeaderClassName
{
color: #A96ECD;
}
.AnyTagClassName
{
color: #A96ECD;
}
</style>
background-color css
<style>
a { background-color: #A96ECD; }
a { background-color: rgb(169,110,205); }
div.DivClassName
{
background-color: #A96ECD;
}
.BgClassName
{
background-color: #A96ECD;
}
</style>
border-color css
<style>
span { border-color: #A96ECD; }
span { border-color: rgb(169,110,205); }
td.TdClassName
{
border-color: #A96ECD;
}
.TagClassName
{
border-color: #A96ECD;
}
</style>