Shades of Amethyst #AA6CDF
Tints of Amethyst #AA6CDF
RGB
CMYK
RGB Variations
Color information
#AA6CDF (or 0xAA6CDF) is known color: Amethyst. HEX triplet: AA, 6C and DF. RGB value is (170,108,223). Sum of RGB (Red+Green+Blue) = 170+108+223=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA6CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CDF is #559320. Grayscale: #8B8B8B. Windows color (decimal): -5608225 or 14642346. OLE color: 14642346.
HSL color Cylindrical-coordinate representation of color #AA6CDF: hue angle of 272.35º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6CDF is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 108 | 223 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.13 |
| HSL | 272.35º | 0.64% | 0.65% | - |
| HSV(B) | 272.35º | 0.52% | 0.87% | - |
| XYZ | 35.26 | 24.6 | 72.7 | - |
| YUV | 139.65 | 175.04 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 223 | 0.24 | 0.52 | 0 | 0.13 | 272.35 | 0.64 | 0.65 |
| Hex | AA | 6C | DF | 18 | 34 | 0 | D | 110 | 40 | 41 |
| Octal | 252 | 154 | 337 | 30 | 64 | 0 | 15 | 420 | 100 | 101 |
| Binary | 10101010 | 1101100 | 11011111 | 11000 | 110100 | 0 | 1101 | 100010000 | 1000000 | 1000001 |
Color Harmonies of #AA6CDF
Complementary color
Monochromatic Colors of #AA6CDF
Black with #AA6CDF
Text Example
Text Example
White with #AA6CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CDF; }
p { color: rgb(170,108,223); }
H1.HeaderClassName
{
color: #AA6CDF;
}
.AnyTagClassName
{
color: #AA6CDF;
}
</style>
background-color css
<style>
a { background-color: #AA6CDF; }
a { background-color: rgb(170,108,223); }
div.DivClassName
{
background-color: #AA6CDF;
}
.BgClassName
{
background-color: #AA6CDF;
}
</style>
border-color css
<style>
span { border-color: #AA6CDF; }
span { border-color: rgb(170,108,223); }
td.TdClassName
{
border-color: #AA6CDF;
}
.TagClassName
{
border-color: #AA6CDF;
}
</style>