Shades of Amethyst #AA6CDC
Tints of Amethyst #AA6CDC
RGB
CMYK
RGB Variations
Color information
#AA6CDC (or 0xAA6CDC) is known color: Amethyst. HEX triplet: AA, 6C and DC. RGB value is (170,108,220). Sum of RGB (Red+Green+Blue) = 170+108+220=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA6CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CDC is #559323. Grayscale: #8A8A8A. Windows color (decimal): -5608228 or 14445738. OLE color: 14445738.
HSL color Cylindrical-coordinate representation of color #AA6CDC: hue angle of 273.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6CDC is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 108 | 220 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.14 |
| HSL | 273.21º | 0.62% | 0.64% | - |
| HSV(B) | 273.21º | 0.51% | 0.86% | - |
| XYZ | 34.86 | 24.44 | 70.59 | - |
| YUV | 139.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 220 | 0.23 | 0.51 | 0 | 0.14 | 273.21 | 0.62 | 0.64 |
| Hex | AA | 6C | DC | 17 | 33 | 0 | E | 111 | 3E | 40 |
| Octal | 252 | 154 | 334 | 27 | 63 | 0 | 16 | 421 | 76 | 100 |
| Binary | 10101010 | 1101100 | 11011100 | 10111 | 110011 | 0 | 1110 | 100010001 | 111110 | 1000000 |
Color Harmonies of #AA6CDC
Complementary color
Monochromatic Colors of #AA6CDC
Black with #AA6CDC
Text Example
Text Example
White with #AA6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CDC; }
p { color: rgb(170,108,220); }
H1.HeaderClassName
{
color: #AA6CDC;
}
.AnyTagClassName
{
color: #AA6CDC;
}
</style>
background-color css
<style>
a { background-color: #AA6CDC; }
a { background-color: rgb(170,108,220); }
div.DivClassName
{
background-color: #AA6CDC;
}
.BgClassName
{
background-color: #AA6CDC;
}
</style>
border-color css
<style>
span { border-color: #AA6CDC; }
span { border-color: rgb(170,108,220); }
td.TdClassName
{
border-color: #AA6CDC;
}
.TagClassName
{
border-color: #AA6CDC;
}
</style>