Shades of Amethyst #AA69DD
Tints of Amethyst #AA69DD
RGB
CMYK
RGB Variations
Color information
#AA69DD (or 0xAA69DD) is known color: Amethyst. HEX triplet: AA, 69 and DD. RGB value is (170,105,221). Sum of RGB (Red+Green+Blue) = 170+105+221=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA69DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69DD is #559622. Grayscale: #898989. Windows color (decimal): -5608995 or 14510506. OLE color: 14510506.
HSL color Cylindrical-coordinate representation of color #AA69DD: hue angle of 273.62º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA69DD is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 105 | 221 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.13 |
| HSL | 273.62º | 0.63% | 0.64% | - |
| HSV(B) | 273.62º | 0.52% | 0.87% | - |
| XYZ | 34.68 | 23.87 | 71.19 | - |
| YUV | 137.66 | 175.03 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 221 | 0.23 | 0.52 | 0 | 0.13 | 273.62 | 0.63 | 0.64 |
| Hex | AA | 69 | DD | 17 | 34 | 0 | D | 112 | 3F | 40 |
| Octal | 252 | 151 | 335 | 27 | 64 | 0 | 15 | 422 | 77 | 100 |
| Binary | 10101010 | 1101001 | 11011101 | 10111 | 110100 | 0 | 1101 | 100010010 | 111111 | 1000000 |
Color Harmonies of #AA69DD
Complementary color
Monochromatic Colors of #AA69DD
Black with #AA69DD
Text Example
Text Example
White with #AA69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69DD; }
p { color: rgb(170,105,221); }
H1.HeaderClassName
{
color: #AA69DD;
}
.AnyTagClassName
{
color: #AA69DD;
}
</style>
background-color css
<style>
a { background-color: #AA69DD; }
a { background-color: rgb(170,105,221); }
div.DivClassName
{
background-color: #AA69DD;
}
.BgClassName
{
background-color: #AA69DD;
}
</style>
border-color css
<style>
span { border-color: #AA69DD; }
span { border-color: rgb(170,105,221); }
td.TdClassName
{
border-color: #AA69DD;
}
.TagClassName
{
border-color: #AA69DD;
}
</style>