Shades of Amethyst #AA61CF
Tints of Amethyst #AA61CF
RGB
CMYK
RGB Variations
Color information
#AA61CF (or 0xAA61CF) is known color: Amethyst. HEX triplet: AA, 61 and CF. RGB value is (170,97,207). Sum of RGB (Red+Green+Blue) = 170+97+207=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA61CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61CF is #559E30. Grayscale: #838383. Windows color (decimal): -5611057 or 13590954. OLE color: 13590954.
HSL color Cylindrical-coordinate representation of color #AA61CF: hue angle of 279.82º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA61CF is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 97 | 207 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.19 |
| HSL | 279.82º | 0.53% | 0.6% | - |
| HSV(B) | 279.82º | 0.53% | 0.81% | - |
| XYZ | 32.11 | 21.6 | 61.51 | - |
| YUV | 131.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 207 | 0.18 | 0.53 | 0 | 0.19 | 279.82 | 0.53 | 0.6 |
| Hex | AA | 61 | CF | 12 | 35 | 0 | 13 | 118 | 35 | 3C |
| Octal | 252 | 141 | 317 | 22 | 65 | 0 | 23 | 430 | 65 | 74 |
| Binary | 10101010 | 1100001 | 11001111 | 10010 | 110101 | 0 | 10011 | 100011000 | 110101 | 111100 |
Color Harmonies of #AA61CF
Complementary color
Monochromatic Colors of #AA61CF
Black with #AA61CF
Text Example
Text Example
White with #AA61CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA61CF; }
p { color: rgb(170,97,207); }
H1.HeaderClassName
{
color: #AA61CF;
}
.AnyTagClassName
{
color: #AA61CF;
}
</style>
background-color css
<style>
a { background-color: #AA61CF; }
a { background-color: rgb(170,97,207); }
div.DivClassName
{
background-color: #AA61CF;
}
.BgClassName
{
background-color: #AA61CF;
}
</style>
border-color css
<style>
span { border-color: #AA61CF; }
span { border-color: rgb(170,97,207); }
td.TdClassName
{
border-color: #AA61CF;
}
.TagClassName
{
border-color: #AA61CF;
}
</style>