Shades of Amethyst #AA6BE1
Tints of Amethyst #AA6BE1
RGB
CMYK
RGB Variations
Color information
#AA6BE1 (or 0xAA6BE1) is known color: Amethyst. HEX triplet: AA, 6B and E1. RGB value is (170,107,225). Sum of RGB (Red+Green+Blue) = 170+107+225=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA6BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BE1 is #55941E. Grayscale: #8A8A8A. Windows color (decimal): -5608479 or 14773162. OLE color: 14773162.
HSL color Cylindrical-coordinate representation of color #AA6BE1: hue angle of 272.03º degrees, saturation: 0.66, 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 #AA6BE1 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 107 | 225 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.12 |
| HSL | 272.03º | 0.66% | 0.65% | - |
| HSV(B) | 272.03º | 0.52% | 0.88% | - |
| XYZ | 35.43 | 24.5 | 74.1 | - |
| YUV | 139.29 | 176.37 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 225 | 0.24 | 0.52 | 0 | 0.12 | 272.03 | 0.66 | 0.65 |
| Hex | AA | 6B | E1 | 18 | 34 | 0 | C | 110 | 42 | 41 |
| Octal | 252 | 153 | 341 | 30 | 64 | 0 | 14 | 420 | 102 | 101 |
| Binary | 10101010 | 1101011 | 11100001 | 11000 | 110100 | 0 | 1100 | 100010000 | 1000010 | 1000001 |
Color Harmonies of #AA6BE1
Complementary color
Monochromatic Colors of #AA6BE1
Black with #AA6BE1
Text Example
Text Example
White with #AA6BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BE1; }
p { color: rgb(170,107,225); }
H1.HeaderClassName
{
color: #AA6BE1;
}
.AnyTagClassName
{
color: #AA6BE1;
}
</style>
background-color css
<style>
a { background-color: #AA6BE1; }
a { background-color: rgb(170,107,225); }
div.DivClassName
{
background-color: #AA6BE1;
}
.BgClassName
{
background-color: #AA6BE1;
}
</style>
border-color css
<style>
span { border-color: #AA6BE1; }
span { border-color: rgb(170,107,225); }
td.TdClassName
{
border-color: #AA6BE1;
}
.TagClassName
{
border-color: #AA6BE1;
}
</style>