Shades of Amethyst #AA78D0
Tints of Amethyst #AA78D0
RGB
CMYK
RGB Variations
Color information
#AA78D0 (or 0xAA78D0) is known color: Amethyst. HEX triplet: AA, 78 and D0. RGB value is (170,120,208). Sum of RGB (Red+Green+Blue) = 170+120+208=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA78D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78D0 is #55872F. Grayscale: #909090. Windows color (decimal): -5605168 or 13662378. OLE color: 13662378.
HSL color Cylindrical-coordinate representation of color #AA78D0: hue angle of 274.09º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA78D0 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 120 | 208 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.18 |
| HSL | 274.09º | 0.48% | 0.64% | - |
| HSV(B) | 274.09º | 0.42% | 0.82% | - |
| XYZ | 34.68 | 26.53 | 62.97 | - |
| YUV | 144.98 | 163.57 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 208 | 0.18 | 0.42 | 0 | 0.18 | 274.09 | 0.48 | 0.64 |
| Hex | AA | 78 | D0 | 12 | 2A | 0 | 12 | 112 | 30 | 40 |
| Octal | 252 | 170 | 320 | 22 | 52 | 0 | 22 | 422 | 60 | 100 |
| Binary | 10101010 | 1111000 | 11010000 | 10010 | 101010 | 0 | 10010 | 100010010 | 110000 | 1000000 |
Color Harmonies of #AA78D0
Complementary color
Monochromatic Colors of #AA78D0
Black with #AA78D0
Text Example
Text Example
White with #AA78D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78D0; }
p { color: rgb(170,120,208); }
H1.HeaderClassName
{
color: #AA78D0;
}
.AnyTagClassName
{
color: #AA78D0;
}
</style>
background-color css
<style>
a { background-color: #AA78D0; }
a { background-color: rgb(170,120,208); }
div.DivClassName
{
background-color: #AA78D0;
}
.BgClassName
{
background-color: #AA78D0;
}
</style>
border-color css
<style>
span { border-color: #AA78D0; }
span { border-color: rgb(170,120,208); }
td.TdClassName
{
border-color: #AA78D0;
}
.TagClassName
{
border-color: #AA78D0;
}
</style>