Shades of Amethyst #AA7BD6
Tints of Amethyst #AA7BD6
RGB
CMYK
RGB Variations
Color information
#AA7BD6 (or 0xAA7BD6) is known color: Amethyst. HEX triplet: AA, 7B and D6. RGB value is (170,123,214). Sum of RGB (Red+Green+Blue) = 170+123+214=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA7BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BD6 is #558429. Grayscale: #939393. Windows color (decimal): -5604394 or 14056362. OLE color: 14056362.
HSL color Cylindrical-coordinate representation of color #AA7BD6: hue angle of 270.99º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7BD6 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 123 | 214 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.16 |
| HSL | 270.99º | 0.53% | 0.66% | - |
| HSV(B) | 270.99º | 0.43% | 0.84% | - |
| XYZ | 35.8 | 27.57 | 67.05 | - |
| YUV | 147.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 214 | 0.21 | 0.43 | 0 | 0.16 | 270.99 | 0.53 | 0.66 |
| Hex | AA | 7B | D6 | 15 | 2B | 0 | 10 | 10F | 35 | 42 |
| Octal | 252 | 173 | 326 | 25 | 53 | 0 | 20 | 417 | 65 | 102 |
| Binary | 10101010 | 1111011 | 11010110 | 10101 | 101011 | 0 | 10000 | 100001111 | 110101 | 1000010 |
Color Harmonies of #AA7BD6
Complementary color
Monochromatic Colors of #AA7BD6
Black with #AA7BD6
Text Example
Text Example
White with #AA7BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BD6; }
p { color: rgb(170,123,214); }
H1.HeaderClassName
{
color: #AA7BD6;
}
.AnyTagClassName
{
color: #AA7BD6;
}
</style>
background-color css
<style>
a { background-color: #AA7BD6; }
a { background-color: rgb(170,123,214); }
div.DivClassName
{
background-color: #AA7BD6;
}
.BgClassName
{
background-color: #AA7BD6;
}
</style>
border-color css
<style>
span { border-color: #AA7BD6; }
span { border-color: rgb(170,123,214); }
td.TdClassName
{
border-color: #AA7BD6;
}
.TagClassName
{
border-color: #AA7BD6;
}
</style>