Shades of Amethyst #AA69DB
Tints of Amethyst #AA69DB
RGB
CMYK
RGB Variations
Color information
#AA69DB (or 0xAA69DB) is known color: Amethyst. HEX triplet: AA, 69 and DB. RGB value is (170,105,219). Sum of RGB (Red+Green+Blue) = 170+105+219=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA69DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69DB is #559624. Grayscale: #898989. Windows color (decimal): -5608997 or 14379434. OLE color: 14379434.
HSL color Cylindrical-coordinate representation of color #AA69DB: hue angle of 274.21º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA69DB is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 105 | 219 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.14 |
| HSL | 274.21º | 0.61% | 0.64% | - |
| HSV(B) | 274.21º | 0.52% | 0.86% | - |
| XYZ | 34.42 | 23.76 | 69.79 | - |
| YUV | 137.43 | 174.03 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 219 | 0.22 | 0.52 | 0 | 0.14 | 274.21 | 0.61 | 0.64 |
| Hex | AA | 69 | DB | 16 | 34 | 0 | E | 112 | 3D | 40 |
| Octal | 252 | 151 | 333 | 26 | 64 | 0 | 16 | 422 | 75 | 100 |
| Binary | 10101010 | 1101001 | 11011011 | 10110 | 110100 | 0 | 1110 | 100010010 | 111101 | 1000000 |
Color Harmonies of #AA69DB
Complementary color
Monochromatic Colors of #AA69DB
Black with #AA69DB
Text Example
Text Example
White with #AA69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69DB; }
p { color: rgb(170,105,219); }
H1.HeaderClassName
{
color: #AA69DB;
}
.AnyTagClassName
{
color: #AA69DB;
}
</style>
background-color css
<style>
a { background-color: #AA69DB; }
a { background-color: rgb(170,105,219); }
div.DivClassName
{
background-color: #AA69DB;
}
.BgClassName
{
background-color: #AA69DB;
}
</style>
border-color css
<style>
span { border-color: #AA69DB; }
span { border-color: rgb(170,105,219); }
td.TdClassName
{
border-color: #AA69DB;
}
.TagClassName
{
border-color: #AA69DB;
}
</style>