Shades of Amethyst #AA69DF
Tints of Amethyst #AA69DF
RGB
CMYK
RGB Variations
Color information
#AA69DF (or 0xAA69DF) is known color: Amethyst. HEX triplet: AA, 69 and DF. RGB value is (170,105,223). Sum of RGB (Red+Green+Blue) = 170+105+223=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA69DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69DF is #559620. Grayscale: #898989. Windows color (decimal): -5608993 or 14641578. OLE color: 14641578.
HSL color Cylindrical-coordinate representation of color #AA69DF: hue angle of 273.05º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA69DF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 105 | 223 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.13 |
| HSL | 273.05º | 0.65% | 0.64% | - |
| HSV(B) | 273.05º | 0.53% | 0.87% | - |
| XYZ | 34.95 | 23.98 | 72.6 | - |
| YUV | 137.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 223 | 0.24 | 0.53 | 0 | 0.13 | 273.05 | 0.65 | 0.64 |
| Hex | AA | 69 | DF | 18 | 35 | 0 | D | 111 | 41 | 40 |
| Octal | 252 | 151 | 337 | 30 | 65 | 0 | 15 | 421 | 101 | 100 |
| Binary | 10101010 | 1101001 | 11011111 | 11000 | 110101 | 0 | 1101 | 100010001 | 1000001 | 1000000 |
Color Harmonies of #AA69DF
Complementary color
Monochromatic Colors of #AA69DF
Black with #AA69DF
Text Example
Text Example
White with #AA69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69DF; }
p { color: rgb(170,105,223); }
H1.HeaderClassName
{
color: #AA69DF;
}
.AnyTagClassName
{
color: #AA69DF;
}
</style>
background-color css
<style>
a { background-color: #AA69DF; }
a { background-color: rgb(170,105,223); }
div.DivClassName
{
background-color: #AA69DF;
}
.BgClassName
{
background-color: #AA69DF;
}
</style>
border-color css
<style>
span { border-color: #AA69DF; }
span { border-color: rgb(170,105,223); }
td.TdClassName
{
border-color: #AA69DF;
}
.TagClassName
{
border-color: #AA69DF;
}
</style>