Shades of Amethyst #AA67E5
Tints of Amethyst #AA67E5
RGB
CMYK
RGB Variations
Color information
#AA67E5 (or 0xAA67E5) is known color: Amethyst. HEX triplet: AA, 67 and E5. RGB value is (170,103,229). Sum of RGB (Red+Green+Blue) = 170+103+229=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA67E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67E5 is #55981A. Grayscale: #888888. Windows color (decimal): -5609499 or 15034282. OLE color: 15034282.
HSL color Cylindrical-coordinate representation of color #AA67E5: hue angle of 271.9º degrees, saturation: 0.71, 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 #AA67E5 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 103 | 229 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.10 |
| HSL | 271.9º | 0.71% | 0.65% | - |
| HSV(B) | 271.9º | 0.55% | 0.9% | - |
| XYZ | 35.57 | 23.9 | 76.87 | - |
| YUV | 137.4 | 179.7 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 229 | 0.26 | 0.55 | 0 | 0.10 | 271.9 | 0.71 | 0.65 |
| Hex | AA | 67 | E5 | 1A | 37 | 0 | A | 110 | 47 | 41 |
| Octal | 252 | 147 | 345 | 32 | 67 | 0 | 12 | 420 | 107 | 101 |
| Binary | 10101010 | 1100111 | 11100101 | 11010 | 110111 | 0 | 1010 | 100010000 | 1000111 | 1000001 |
Color Harmonies of #AA67E5
Complementary color
Monochromatic Colors of #AA67E5
Black with #AA67E5
Text Example
Text Example
White with #AA67E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67E5; }
p { color: rgb(170,103,229); }
H1.HeaderClassName
{
color: #AA67E5;
}
.AnyTagClassName
{
color: #AA67E5;
}
</style>
background-color css
<style>
a { background-color: #AA67E5; }
a { background-color: rgb(170,103,229); }
div.DivClassName
{
background-color: #AA67E5;
}
.BgClassName
{
background-color: #AA67E5;
}
</style>
border-color css
<style>
span { border-color: #AA67E5; }
span { border-color: rgb(170,103,229); }
td.TdClassName
{
border-color: #AA67E5;
}
.TagClassName
{
border-color: #AA67E5;
}
</style>