Shades of Amethyst #AA61E6
Tints of Amethyst #AA61E6
RGB
CMYK
RGB Variations
Color information
#AA61E6 (or 0xAA61E6) is known color: Amethyst. HEX triplet: AA, 61 and E6. RGB value is (170,97,230). Sum of RGB (Red+Green+Blue) = 170+97+230=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA61E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA61E6 is #559E19. Grayscale: #858585. Windows color (decimal): -5611034 or 15098282. OLE color: 15098282.
HSL color Cylindrical-coordinate representation of color #AA61E6: hue angle of 272.93º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA61E6 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 97 | 230 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.10 |
| HSL | 272.93º | 0.73% | 0.64% | - |
| HSV(B) | 272.93º | 0.58% | 0.9% | - |
| XYZ | 35.14 | 22.81 | 77.41 | - |
| YUV | 133.99 | 182.18 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 230 | 0.26 | 0.58 | 0 | 0.10 | 272.93 | 0.73 | 0.64 |
| Hex | AA | 61 | E6 | 1A | 3A | 0 | A | 111 | 49 | 40 |
| Octal | 252 | 141 | 346 | 32 | 72 | 0 | 12 | 421 | 111 | 100 |
| Binary | 10101010 | 1100001 | 11100110 | 11010 | 111010 | 0 | 1010 | 100010001 | 1001001 | 1000000 |
Color Harmonies of #AA61E6
Complementary color
Monochromatic Colors of #AA61E6
Black with #AA61E6
Text Example
Text Example
White with #AA61E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA61E6; }
p { color: rgb(170,97,230); }
H1.HeaderClassName
{
color: #AA61E6;
}
.AnyTagClassName
{
color: #AA61E6;
}
</style>
background-color css
<style>
a { background-color: #AA61E6; }
a { background-color: rgb(170,97,230); }
div.DivClassName
{
background-color: #AA61E6;
}
.BgClassName
{
background-color: #AA61E6;
}
</style>
border-color css
<style>
span { border-color: #AA61E6; }
span { border-color: rgb(170,97,230); }
td.TdClassName
{
border-color: #AA61E6;
}
.TagClassName
{
border-color: #AA61E6;
}
</style>