Shades of Amethyst #AA68C5
Tints of Amethyst #AA68C5
RGB
CMYK
RGB Variations
Color information
#AA68C5 (or 0xAA68C5) is known color: Amethyst. HEX triplet: AA, 68 and C5. RGB value is (170,104,197). Sum of RGB (Red+Green+Blue) = 170+104+197=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA68C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68C5 is #55973A. Grayscale: #868686. Windows color (decimal): -5609275 or 12937386. OLE color: 12937386.
HSL color Cylindrical-coordinate representation of color #AA68C5: hue angle of 282.58º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA68C5 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 104 | 197 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.23 |
| HSL | 282.58º | 0.44% | 0.59% | - |
| HSV(B) | 282.58º | 0.47% | 0.77% | - |
| XYZ | 31.61 | 22.48 | 55.5 | - |
| YUV | 134.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 197 | 0.14 | 0.47 | 0 | 0.23 | 282.58 | 0.44 | 0.59 |
| Hex | AA | 68 | C5 | E | 2F | 0 | 17 | 11B | 2C | 3B |
| Octal | 252 | 150 | 305 | 16 | 57 | 0 | 27 | 433 | 54 | 73 |
| Binary | 10101010 | 1101000 | 11000101 | 1110 | 101111 | 0 | 10111 | 100011011 | 101100 | 111011 |
Color Harmonies of #AA68C5
Complementary color
Monochromatic Colors of #AA68C5
Black with #AA68C5
Text Example
Text Example
White with #AA68C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68C5; }
p { color: rgb(170,104,197); }
H1.HeaderClassName
{
color: #AA68C5;
}
.AnyTagClassName
{
color: #AA68C5;
}
</style>
background-color css
<style>
a { background-color: #AA68C5; }
a { background-color: rgb(170,104,197); }
div.DivClassName
{
background-color: #AA68C5;
}
.BgClassName
{
background-color: #AA68C5;
}
</style>
border-color css
<style>
span { border-color: #AA68C5; }
span { border-color: rgb(170,104,197); }
td.TdClassName
{
border-color: #AA68C5;
}
.TagClassName
{
border-color: #AA68C5;
}
</style>