Shades of Amethyst #AA61CE
Tints of Amethyst #AA61CE
RGB
CMYK
RGB Variations
Color information
#AA61CE (or 0xAA61CE) is known color: Amethyst. HEX triplet: AA, 61 and CE. RGB value is (170,97,206). Sum of RGB (Red+Green+Blue) = 170+97+206=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA61CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61CE is #559E31. Grayscale: #828282. Windows color (decimal): -5611058 or 13525418. OLE color: 13525418.
HSL color Cylindrical-coordinate representation of color #AA61CE: hue angle of 280.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA61CE is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 97 | 206 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.19 |
| HSL | 280.18º | 0.53% | 0.59% | - |
| HSV(B) | 280.18º | 0.53% | 0.81% | - |
| XYZ | 31.99 | 21.55 | 60.87 | - |
| YUV | 131.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 206 | 0.17 | 0.53 | 0 | 0.19 | 280.18 | 0.53 | 0.59 |
| Hex | AA | 61 | CE | 11 | 35 | 0 | 13 | 118 | 35 | 3B |
| Octal | 252 | 141 | 316 | 21 | 65 | 0 | 23 | 430 | 65 | 73 |
| Binary | 10101010 | 1100001 | 11001110 | 10001 | 110101 | 0 | 10011 | 100011000 | 110101 | 111011 |
Color Harmonies of #AA61CE
Complementary color
Monochromatic Colors of #AA61CE
Black with #AA61CE
Text Example
Text Example
White with #AA61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA61CE; }
p { color: rgb(170,97,206); }
H1.HeaderClassName
{
color: #AA61CE;
}
.AnyTagClassName
{
color: #AA61CE;
}
</style>
background-color css
<style>
a { background-color: #AA61CE; }
a { background-color: rgb(170,97,206); }
div.DivClassName
{
background-color: #AA61CE;
}
.BgClassName
{
background-color: #AA61CE;
}
</style>
border-color css
<style>
span { border-color: #AA61CE; }
span { border-color: rgb(170,97,206); }
td.TdClassName
{
border-color: #AA61CE;
}
.TagClassName
{
border-color: #AA61CE;
}
</style>