Shades of Amethyst #AA6CDA
Tints of Amethyst #AA6CDA
RGB
CMYK
RGB Variations
Color information
#AA6CDA (or 0xAA6CDA) is known color: Amethyst. HEX triplet: AA, 6C and DA. RGB value is (170,108,218). Sum of RGB (Red+Green+Blue) = 170+108+218=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA6CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CDA is #559325. Grayscale: #8A8A8A. Windows color (decimal): -5608230 or 14314666. OLE color: 14314666.
HSL color Cylindrical-coordinate representation of color #AA6CDA: hue angle of 273.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6CDA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 108 | 218 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.15 |
| HSL | 273.82º | 0.6% | 0.64% | - |
| HSV(B) | 273.82º | 0.5% | 0.85% | - |
| XYZ | 34.6 | 24.33 | 69.2 | - |
| YUV | 139.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 218 | 0.22 | 0.50 | 0 | 0.15 | 273.82 | 0.6 | 0.64 |
| Hex | AA | 6C | DA | 16 | 32 | 0 | F | 112 | 3C | 40 |
| Octal | 252 | 154 | 332 | 26 | 62 | 0 | 17 | 422 | 74 | 100 |
| Binary | 10101010 | 1101100 | 11011010 | 10110 | 110010 | 0 | 1111 | 100010010 | 111100 | 1000000 |
Color Harmonies of #AA6CDA
Complementary color
Monochromatic Colors of #AA6CDA
Black with #AA6CDA
Text Example
Text Example
White with #AA6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CDA; }
p { color: rgb(170,108,218); }
H1.HeaderClassName
{
color: #AA6CDA;
}
.AnyTagClassName
{
color: #AA6CDA;
}
</style>
background-color css
<style>
a { background-color: #AA6CDA; }
a { background-color: rgb(170,108,218); }
div.DivClassName
{
background-color: #AA6CDA;
}
.BgClassName
{
background-color: #AA6CDA;
}
</style>
border-color css
<style>
span { border-color: #AA6CDA; }
span { border-color: rgb(170,108,218); }
td.TdClassName
{
border-color: #AA6CDA;
}
.TagClassName
{
border-color: #AA6CDA;
}
</style>