Shades of Amethyst #AA6FCF
Tints of Amethyst #AA6FCF
RGB
CMYK
RGB Variations
Color information
#AA6FCF (or 0xAA6FCF) is known color: Amethyst. HEX triplet: AA, 6F and CF. RGB value is (170,111,207). Sum of RGB (Red+Green+Blue) = 170+111+207=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA6FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FCF is #559030. Grayscale: #8B8B8B. Windows color (decimal): -5607473 or 13594538. OLE color: 13594538.
HSL color Cylindrical-coordinate representation of color #AA6FCF: hue angle of 276.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA6FCF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 111 | 207 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.19 |
| HSL | 276.88º | 0.5% | 0.62% | - |
| HSV(B) | 276.88º | 0.46% | 0.81% | - |
| XYZ | 33.52 | 24.42 | 61.98 | - |
| YUV | 139.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 207 | 0.18 | 0.46 | 0 | 0.19 | 276.88 | 0.5 | 0.62 |
| Hex | AA | 6F | CF | 12 | 2E | 0 | 13 | 115 | 32 | 3E |
| Octal | 252 | 157 | 317 | 22 | 56 | 0 | 23 | 425 | 62 | 76 |
| Binary | 10101010 | 1101111 | 11001111 | 10010 | 101110 | 0 | 10011 | 100010101 | 110010 | 111110 |
Color Harmonies of #AA6FCF
Complementary color
Monochromatic Colors of #AA6FCF
Black with #AA6FCF
Text Example
Text Example
White with #AA6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FCF; }
p { color: rgb(170,111,207); }
H1.HeaderClassName
{
color: #AA6FCF;
}
.AnyTagClassName
{
color: #AA6FCF;
}
</style>
background-color css
<style>
a { background-color: #AA6FCF; }
a { background-color: rgb(170,111,207); }
div.DivClassName
{
background-color: #AA6FCF;
}
.BgClassName
{
background-color: #AA6FCF;
}
</style>
border-color css
<style>
span { border-color: #AA6FCF; }
span { border-color: rgb(170,111,207); }
td.TdClassName
{
border-color: #AA6FCF;
}
.TagClassName
{
border-color: #AA6FCF;
}
</style>