Shades of Amethyst #AA68DA
Tints of Amethyst #AA68DA
RGB
CMYK
RGB Variations
Color information
#AA68DA (or 0xAA68DA) is known color: Amethyst. HEX triplet: AA, 68 and DA. RGB value is (170,104,218). Sum of RGB (Red+Green+Blue) = 170+104+218=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA68DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68DA is #559725. Grayscale: #888888. Windows color (decimal): -5609254 or 14313642. OLE color: 14313642.
HSL color Cylindrical-coordinate representation of color #AA68DA: hue angle of 274.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA68DA is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 104 | 218 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.15 |
| HSL | 274.74º | 0.61% | 0.63% | - |
| HSV(B) | 274.74º | 0.52% | 0.85% | - |
| XYZ | 34.18 | 23.51 | 69.07 | - |
| YUV | 136.73 | 173.87 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 218 | 0.22 | 0.52 | 0 | 0.15 | 274.74 | 0.61 | 0.63 |
| Hex | AA | 68 | DA | 16 | 34 | 0 | F | 113 | 3D | 3F |
| Octal | 252 | 150 | 332 | 26 | 64 | 0 | 17 | 423 | 75 | 77 |
| Binary | 10101010 | 1101000 | 11011010 | 10110 | 110100 | 0 | 1111 | 100010011 | 111101 | 111111 |
Color Harmonies of #AA68DA
Complementary color
Monochromatic Colors of #AA68DA
Black with #AA68DA
Text Example
Text Example
White with #AA68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA68DA; }
p { color: rgb(170,104,218); }
H1.HeaderClassName
{
color: #AA68DA;
}
.AnyTagClassName
{
color: #AA68DA;
}
</style>
background-color css
<style>
a { background-color: #AA68DA; }
a { background-color: rgb(170,104,218); }
div.DivClassName
{
background-color: #AA68DA;
}
.BgClassName
{
background-color: #AA68DA;
}
</style>
border-color css
<style>
span { border-color: #AA68DA; }
span { border-color: rgb(170,104,218); }
td.TdClassName
{
border-color: #AA68DA;
}
.TagClassName
{
border-color: #AA68DA;
}
</style>