Shades of Amethyst #AA78D6
Tints of Amethyst #AA78D6
RGB
CMYK
RGB Variations
Color information
#AA78D6 (or 0xAA78D6) is known color: Amethyst. HEX triplet: AA, 78 and D6. RGB value is (170,120,214). Sum of RGB (Red+Green+Blue) = 170+120+214=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA78D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78D6 is #558729. Grayscale: #919191. Windows color (decimal): -5605162 or 14055594. OLE color: 14055594.
HSL color Cylindrical-coordinate representation of color #AA78D6: hue angle of 271.91º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA78D6 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 120 | 214 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.16 |
| HSL | 271.91º | 0.53% | 0.65% | - |
| HSV(B) | 271.91º | 0.44% | 0.84% | - |
| XYZ | 35.43 | 26.83 | 66.93 | - |
| YUV | 145.67 | 166.57 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 214 | 0.21 | 0.44 | 0 | 0.16 | 271.91 | 0.53 | 0.65 |
| Hex | AA | 78 | D6 | 15 | 2C | 0 | 10 | 110 | 35 | 41 |
| Octal | 252 | 170 | 326 | 25 | 54 | 0 | 20 | 420 | 65 | 101 |
| Binary | 10101010 | 1111000 | 11010110 | 10101 | 101100 | 0 | 10000 | 100010000 | 110101 | 1000001 |
Color Harmonies of #AA78D6
Complementary color
Monochromatic Colors of #AA78D6
Black with #AA78D6
Text Example
Text Example
White with #AA78D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78D6; }
p { color: rgb(170,120,214); }
H1.HeaderClassName
{
color: #AA78D6;
}
.AnyTagClassName
{
color: #AA78D6;
}
</style>
background-color css
<style>
a { background-color: #AA78D6; }
a { background-color: rgb(170,120,214); }
div.DivClassName
{
background-color: #AA78D6;
}
.BgClassName
{
background-color: #AA78D6;
}
</style>
border-color css
<style>
span { border-color: #AA78D6; }
span { border-color: rgb(170,120,214); }
td.TdClassName
{
border-color: #AA78D6;
}
.TagClassName
{
border-color: #AA78D6;
}
</style>