Shades of Amethyst #AA69D8
Tints of Amethyst #AA69D8
RGB
CMYK
RGB Variations
Color information
#AA69D8 (or 0xAA69D8) is known color: Amethyst. HEX triplet: AA, 69 and D8. RGB value is (170,105,216). Sum of RGB (Red+Green+Blue) = 170+105+216=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA69D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69D8 is #559627. Grayscale: #888888. Windows color (decimal): -5609000 or 14182826. OLE color: 14182826.
HSL color Cylindrical-coordinate representation of color #AA69D8: hue angle of 275.14º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA69D8 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 105 | 216 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.15 |
| HSL | 275.14º | 0.59% | 0.63% | - |
| HSV(B) | 275.14º | 0.51% | 0.85% | - |
| XYZ | 34.02 | 23.61 | 67.73 | - |
| YUV | 137.09 | 172.53 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 216 | 0.21 | 0.51 | 0 | 0.15 | 275.14 | 0.59 | 0.63 |
| Hex | AA | 69 | D8 | 15 | 33 | 0 | F | 113 | 3B | 3F |
| Octal | 252 | 151 | 330 | 25 | 63 | 0 | 17 | 423 | 73 | 77 |
| Binary | 10101010 | 1101001 | 11011000 | 10101 | 110011 | 0 | 1111 | 100010011 | 111011 | 111111 |
Color Harmonies of #AA69D8
Complementary color
Monochromatic Colors of #AA69D8
Black with #AA69D8
Text Example
Text Example
White with #AA69D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69D8; }
p { color: rgb(170,105,216); }
H1.HeaderClassName
{
color: #AA69D8;
}
.AnyTagClassName
{
color: #AA69D8;
}
</style>
background-color css
<style>
a { background-color: #AA69D8; }
a { background-color: rgb(170,105,216); }
div.DivClassName
{
background-color: #AA69D8;
}
.BgClassName
{
background-color: #AA69D8;
}
</style>
border-color css
<style>
span { border-color: #AA69D8; }
span { border-color: rgb(170,105,216); }
td.TdClassName
{
border-color: #AA69D8;
}
.TagClassName
{
border-color: #AA69D8;
}
</style>