Shades of Amethyst #AA67E7
Tints of Amethyst #AA67E7
RGB
CMYK
RGB Variations
Color information
#AA67E7 (or 0xAA67E7) is known color: Amethyst. HEX triplet: AA, 67 and E7. RGB value is (170,103,231). Sum of RGB (Red+Green+Blue) = 170+103+231=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA67E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA67E7 is #559818. Grayscale: #898989. Windows color (decimal): -5609497 or 15165354. OLE color: 15165354.
HSL color Cylindrical-coordinate representation of color #AA67E7: hue angle of 271.41º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA67E7 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 103 | 231 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.09 |
| HSL | 271.41º | 0.73% | 0.65% | - |
| HSV(B) | 271.41º | 0.55% | 0.91% | - |
| XYZ | 35.85 | 24.02 | 78.35 | - |
| YUV | 137.63 | 180.7 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 231 | 0.26 | 0.55 | 0 | 0.09 | 271.41 | 0.73 | 0.65 |
| Hex | AA | 67 | E7 | 1A | 37 | 0 | 9 | 10F | 49 | 41 |
| Octal | 252 | 147 | 347 | 32 | 67 | 0 | 11 | 417 | 111 | 101 |
| Binary | 10101010 | 1100111 | 11100111 | 11010 | 110111 | 0 | 1001 | 100001111 | 1001001 | 1000001 |
Color Harmonies of #AA67E7
Complementary color
Monochromatic Colors of #AA67E7
Black with #AA67E7
Text Example
Text Example
White with #AA67E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67E7; }
p { color: rgb(170,103,231); }
H1.HeaderClassName
{
color: #AA67E7;
}
.AnyTagClassName
{
color: #AA67E7;
}
</style>
background-color css
<style>
a { background-color: #AA67E7; }
a { background-color: rgb(170,103,231); }
div.DivClassName
{
background-color: #AA67E7;
}
.BgClassName
{
background-color: #AA67E7;
}
</style>
border-color css
<style>
span { border-color: #AA67E7; }
span { border-color: rgb(170,103,231); }
td.TdClassName
{
border-color: #AA67E7;
}
.TagClassName
{
border-color: #AA67E7;
}
</style>