Shades of Amethyst #AA6FCE
Tints of Amethyst #AA6FCE
RGB
CMYK
RGB Variations
Color information
#AA6FCE (or 0xAA6FCE) is known color: Amethyst. HEX triplet: AA, 6F and CE. RGB value is (170,111,206). Sum of RGB (Red+Green+Blue) = 170+111+206=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA6FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FCE is #559031. Grayscale: #8B8B8B. Windows color (decimal): -5607474 or 13529002. OLE color: 13529002.
HSL color Cylindrical-coordinate representation of color #AA6FCE: hue angle of 277.26º degrees, saturation: 0.49, 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 #AA6FCE is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 111 | 206 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.19 |
| HSL | 277.26º | 0.49% | 0.62% | - |
| HSV(B) | 277.26º | 0.46% | 0.81% | - |
| XYZ | 33.4 | 24.37 | 61.34 | - |
| YUV | 139.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 206 | 0.17 | 0.46 | 0 | 0.19 | 277.26 | 0.49 | 0.62 |
| Hex | AA | 6F | CE | 11 | 2E | 0 | 13 | 115 | 31 | 3E |
| Octal | 252 | 157 | 316 | 21 | 56 | 0 | 23 | 425 | 61 | 76 |
| Binary | 10101010 | 1101111 | 11001110 | 10001 | 101110 | 0 | 10011 | 100010101 | 110001 | 111110 |
Color Harmonies of #AA6FCE
Complementary color
Monochromatic Colors of #AA6FCE
Black with #AA6FCE
Text Example
Text Example
White with #AA6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FCE; }
p { color: rgb(170,111,206); }
H1.HeaderClassName
{
color: #AA6FCE;
}
.AnyTagClassName
{
color: #AA6FCE;
}
</style>
background-color css
<style>
a { background-color: #AA6FCE; }
a { background-color: rgb(170,111,206); }
div.DivClassName
{
background-color: #AA6FCE;
}
.BgClassName
{
background-color: #AA6FCE;
}
</style>
border-color css
<style>
span { border-color: #AA6FCE; }
span { border-color: rgb(170,111,206); }
td.TdClassName
{
border-color: #AA6FCE;
}
.TagClassName
{
border-color: #AA6FCE;
}
</style>