Shades of Amethyst #AA78D8
Tints of Amethyst #AA78D8
RGB
CMYK
RGB Variations
Color information
#AA78D8 (or 0xAA78D8) is known color: Amethyst. HEX triplet: AA, 78 and D8. RGB value is (170,120,216). Sum of RGB (Red+Green+Blue) = 170+120+216=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA78D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78D8 is #558727. Grayscale: #919191. Windows color (decimal): -5605160 or 14186666. OLE color: 14186666.
HSL color Cylindrical-coordinate representation of color #AA78D8: hue angle of 271.25º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA78D8 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 120 | 216 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.15 |
| HSL | 271.25º | 0.55% | 0.66% | - |
| HSV(B) | 271.25º | 0.44% | 0.85% | - |
| XYZ | 35.69 | 26.94 | 68.28 | - |
| YUV | 145.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 216 | 0.21 | 0.44 | 0 | 0.15 | 271.25 | 0.55 | 0.66 |
| Hex | AA | 78 | D8 | 15 | 2C | 0 | F | 10F | 37 | 42 |
| Octal | 252 | 170 | 330 | 25 | 54 | 0 | 17 | 417 | 67 | 102 |
| Binary | 10101010 | 1111000 | 11011000 | 10101 | 101100 | 0 | 1111 | 100001111 | 110111 | 1000010 |
Color Harmonies of #AA78D8
Complementary color
Monochromatic Colors of #AA78D8
Black with #AA78D8
Text Example
Text Example
White with #AA78D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78D8; }
p { color: rgb(170,120,216); }
H1.HeaderClassName
{
color: #AA78D8;
}
.AnyTagClassName
{
color: #AA78D8;
}
</style>
background-color css
<style>
a { background-color: #AA78D8; }
a { background-color: rgb(170,120,216); }
div.DivClassName
{
background-color: #AA78D8;
}
.BgClassName
{
background-color: #AA78D8;
}
</style>
border-color css
<style>
span { border-color: #AA78D8; }
span { border-color: rgb(170,120,216); }
td.TdClassName
{
border-color: #AA78D8;
}
.TagClassName
{
border-color: #AA78D8;
}
</style>