Shades of Amethyst #AA6BE0
Tints of Amethyst #AA6BE0
RGB
CMYK
RGB Variations
Color information
#AA6BE0 (or 0xAA6BE0) is known color: Amethyst. HEX triplet: AA, 6B and E0. RGB value is (170,107,224). Sum of RGB (Red+Green+Blue) = 170+107+224=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA6BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BE0 is #55941F. Grayscale: #8A8A8A. Windows color (decimal): -5608480 or 14707626. OLE color: 14707626.
HSL color Cylindrical-coordinate representation of color #AA6BE0: hue angle of 272.31º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6BE0 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 107 | 224 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.12 |
| HSL | 272.31º | 0.65% | 0.65% | - |
| HSV(B) | 272.31º | 0.52% | 0.88% | - |
| XYZ | 35.29 | 24.44 | 73.38 | - |
| YUV | 139.18 | 175.87 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 224 | 0.24 | 0.52 | 0 | 0.12 | 272.31 | 0.65 | 0.65 |
| Hex | AA | 6B | E0 | 18 | 34 | 0 | C | 110 | 41 | 41 |
| Octal | 252 | 153 | 340 | 30 | 64 | 0 | 14 | 420 | 101 | 101 |
| Binary | 10101010 | 1101011 | 11100000 | 11000 | 110100 | 0 | 1100 | 100010000 | 1000001 | 1000001 |
Color Harmonies of #AA6BE0
Complementary color
Monochromatic Colors of #AA6BE0
Black with #AA6BE0
Text Example
Text Example
White with #AA6BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BE0; }
p { color: rgb(170,107,224); }
H1.HeaderClassName
{
color: #AA6BE0;
}
.AnyTagClassName
{
color: #AA6BE0;
}
</style>
background-color css
<style>
a { background-color: #AA6BE0; }
a { background-color: rgb(170,107,224); }
div.DivClassName
{
background-color: #AA6BE0;
}
.BgClassName
{
background-color: #AA6BE0;
}
</style>
border-color css
<style>
span { border-color: #AA6BE0; }
span { border-color: rgb(170,107,224); }
td.TdClassName
{
border-color: #AA6BE0;
}
.TagClassName
{
border-color: #AA6BE0;
}
</style>