Shades of Amethyst #AA79CE
Tints of Amethyst #AA79CE
RGB
CMYK
RGB Variations
Color information
#AA79CE (or 0xAA79CE) is known color: Amethyst. HEX triplet: AA, 79 and CE. RGB value is (170,121,206). Sum of RGB (Red+Green+Blue) = 170+121+206=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA79CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79CE is #558631. Grayscale: #919191. Windows color (decimal): -5604914 or 13531562. OLE color: 13531562.
HSL color Cylindrical-coordinate representation of color #AA79CE: hue angle of 274.59º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA79CE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 121 | 206 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.19 |
| HSL | 274.59º | 0.46% | 0.64% | - |
| HSV(B) | 274.59º | 0.41% | 0.81% | - |
| XYZ | 34.56 | 26.68 | 61.72 | - |
| YUV | 145.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 206 | 0.17 | 0.41 | 0 | 0.19 | 274.59 | 0.46 | 0.64 |
| Hex | AA | 79 | CE | 11 | 29 | 0 | 13 | 113 | 2E | 40 |
| Octal | 252 | 171 | 316 | 21 | 51 | 0 | 23 | 423 | 56 | 100 |
| Binary | 10101010 | 1111001 | 11001110 | 10001 | 101001 | 0 | 10011 | 100010011 | 101110 | 1000000 |
Color Harmonies of #AA79CE
Complementary color
Monochromatic Colors of #AA79CE
Black with #AA79CE
Text Example
Text Example
White with #AA79CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA79CE; }
p { color: rgb(170,121,206); }
H1.HeaderClassName
{
color: #AA79CE;
}
.AnyTagClassName
{
color: #AA79CE;
}
</style>
background-color css
<style>
a { background-color: #AA79CE; }
a { background-color: rgb(170,121,206); }
div.DivClassName
{
background-color: #AA79CE;
}
.BgClassName
{
background-color: #AA79CE;
}
</style>
border-color css
<style>
span { border-color: #AA79CE; }
span { border-color: rgb(170,121,206); }
td.TdClassName
{
border-color: #AA79CE;
}
.TagClassName
{
border-color: #AA79CE;
}
</style>