Shades of Amethyst #AA61DC
Tints of Amethyst #AA61DC
RGB
CMYK
RGB Variations
Color information
#AA61DC (or 0xAA61DC) is known color: Amethyst. HEX triplet: AA, 61 and DC. RGB value is (170,97,220). Sum of RGB (Red+Green+Blue) = 170+97+220=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA61DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61DC is #559E23. Grayscale: #848484. Windows color (decimal): -5611044 or 14442922. OLE color: 14442922.
HSL color Cylindrical-coordinate representation of color #AA61DC: hue angle of 275.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA61DC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 97 | 220 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.14 |
| HSL | 275.61º | 0.64% | 0.62% | - |
| HSV(B) | 275.61º | 0.56% | 0.86% | - |
| XYZ | 33.77 | 22.26 | 70.23 | - |
| YUV | 132.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 220 | 0.23 | 0.56 | 0 | 0.14 | 275.61 | 0.64 | 0.62 |
| Hex | AA | 61 | DC | 17 | 38 | 0 | E | 114 | 40 | 3E |
| Octal | 252 | 141 | 334 | 27 | 70 | 0 | 16 | 424 | 100 | 76 |
| Binary | 10101010 | 1100001 | 11011100 | 10111 | 111000 | 0 | 1110 | 100010100 | 1000000 | 111110 |
Color Harmonies of #AA61DC
Complementary color
Monochromatic Colors of #AA61DC
Black with #AA61DC
Text Example
Text Example
White with #AA61DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA61DC; }
p { color: rgb(170,97,220); }
H1.HeaderClassName
{
color: #AA61DC;
}
.AnyTagClassName
{
color: #AA61DC;
}
</style>
background-color css
<style>
a { background-color: #AA61DC; }
a { background-color: rgb(170,97,220); }
div.DivClassName
{
background-color: #AA61DC;
}
.BgClassName
{
background-color: #AA61DC;
}
</style>
border-color css
<style>
span { border-color: #AA61DC; }
span { border-color: rgb(170,97,220); }
td.TdClassName
{
border-color: #AA61DC;
}
.TagClassName
{
border-color: #AA61DC;
}
</style>