Shades of Amethyst #AA67E6
Tints of Amethyst #AA67E6
RGB
CMYK
RGB Variations
Color information
#AA67E6 (or 0xAA67E6) is known color: Amethyst. HEX triplet: AA, 67 and E6. RGB value is (170,103,230). Sum of RGB (Red+Green+Blue) = 170+103+230=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA67E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA67E6 is #559819. Grayscale: #898989. Windows color (decimal): -5609498 or 15099818. OLE color: 15099818.
HSL color Cylindrical-coordinate representation of color #AA67E6: hue angle of 271.65º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA67E6 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 103 | 230 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.10 |
| HSL | 271.65º | 0.72% | 0.65% | - |
| HSV(B) | 271.65º | 0.55% | 0.9% | - |
| XYZ | 35.71 | 23.96 | 77.61 | - |
| YUV | 137.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 230 | 0.26 | 0.55 | 0 | 0.10 | 271.65 | 0.72 | 0.65 |
| Hex | AA | 67 | E6 | 1A | 37 | 0 | A | 110 | 48 | 41 |
| Octal | 252 | 147 | 346 | 32 | 67 | 0 | 12 | 420 | 110 | 101 |
| Binary | 10101010 | 1100111 | 11100110 | 11010 | 110111 | 0 | 1010 | 100010000 | 1001000 | 1000001 |
Color Harmonies of #AA67E6
Complementary color
Monochromatic Colors of #AA67E6
Black with #AA67E6
Text Example
Text Example
White with #AA67E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67E6; }
p { color: rgb(170,103,230); }
H1.HeaderClassName
{
color: #AA67E6;
}
.AnyTagClassName
{
color: #AA67E6;
}
</style>
background-color css
<style>
a { background-color: #AA67E6; }
a { background-color: rgb(170,103,230); }
div.DivClassName
{
background-color: #AA67E6;
}
.BgClassName
{
background-color: #AA67E6;
}
</style>
border-color css
<style>
span { border-color: #AA67E6; }
span { border-color: rgb(170,103,230); }
td.TdClassName
{
border-color: #AA67E6;
}
.TagClassName
{
border-color: #AA67E6;
}
</style>