Shades of Amethyst #AA66D5
Tints of Amethyst #AA66D5
RGB
CMYK
RGB Variations
Color information
#AA66D5 (or 0xAA66D5) is known color: Amethyst. HEX triplet: AA, 66 and D5. RGB value is (170,102,213). Sum of RGB (Red+Green+Blue) = 170+102+213=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA66D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66D5 is #55992A. Grayscale: #868686. Windows color (decimal): -5609771 or 13985450. OLE color: 13985450.
HSL color Cylindrical-coordinate representation of color #AA66D5: hue angle of 276.76º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA66D5 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 102 | 213 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.16 |
| HSL | 276.76º | 0.57% | 0.62% | - |
| HSV(B) | 276.76º | 0.52% | 0.84% | - |
| XYZ | 33.34 | 22.85 | 65.6 | - |
| YUV | 134.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 213 | 0.20 | 0.52 | 0 | 0.16 | 276.76 | 0.57 | 0.62 |
| Hex | AA | 66 | D5 | 14 | 34 | 0 | 10 | 115 | 39 | 3E |
| Octal | 252 | 146 | 325 | 24 | 64 | 0 | 20 | 425 | 71 | 76 |
| Binary | 10101010 | 1100110 | 11010101 | 10100 | 110100 | 0 | 10000 | 100010101 | 111001 | 111110 |
Color Harmonies of #AA66D5
Complementary color
Monochromatic Colors of #AA66D5
Black with #AA66D5
Text Example
Text Example
White with #AA66D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA66D5; }
p { color: rgb(170,102,213); }
H1.HeaderClassName
{
color: #AA66D5;
}
.AnyTagClassName
{
color: #AA66D5;
}
</style>
background-color css
<style>
a { background-color: #AA66D5; }
a { background-color: rgb(170,102,213); }
div.DivClassName
{
background-color: #AA66D5;
}
.BgClassName
{
background-color: #AA66D5;
}
</style>
border-color css
<style>
span { border-color: #AA66D5; }
span { border-color: rgb(170,102,213); }
td.TdClassName
{
border-color: #AA66D5;
}
.TagClassName
{
border-color: #AA66D5;
}
</style>