Shades of Amethyst #AA6DDF
Tints of Amethyst #AA6DDF
RGB
CMYK
RGB Variations
Color information
#AA6DDF (or 0xAA6DDF) is known color: Amethyst. HEX triplet: AA, 6D and DF. RGB value is (170,109,223). Sum of RGB (Red+Green+Blue) = 170+109+223=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA6DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DDF is #559220. Grayscale: #8B8B8B. Windows color (decimal): -5607969 or 14642602. OLE color: 14642602.
HSL color Cylindrical-coordinate representation of color #AA6DDF: hue angle of 272.11º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6DDF is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 109 | 223 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.13 |
| HSL | 272.11º | 0.64% | 0.65% | - |
| HSV(B) | 272.11º | 0.51% | 0.87% | - |
| XYZ | 35.37 | 24.81 | 72.74 | - |
| YUV | 140.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 223 | 0.24 | 0.51 | 0 | 0.13 | 272.11 | 0.64 | 0.65 |
| Hex | AA | 6D | DF | 18 | 33 | 0 | D | 110 | 40 | 41 |
| Octal | 252 | 155 | 337 | 30 | 63 | 0 | 15 | 420 | 100 | 101 |
| Binary | 10101010 | 1101101 | 11011111 | 11000 | 110011 | 0 | 1101 | 100010000 | 1000000 | 1000001 |
Color Harmonies of #AA6DDF
Complementary color
Monochromatic Colors of #AA6DDF
Black with #AA6DDF
Text Example
Text Example
White with #AA6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DDF; }
p { color: rgb(170,109,223); }
H1.HeaderClassName
{
color: #AA6DDF;
}
.AnyTagClassName
{
color: #AA6DDF;
}
</style>
background-color css
<style>
a { background-color: #AA6DDF; }
a { background-color: rgb(170,109,223); }
div.DivClassName
{
background-color: #AA6DDF;
}
.BgClassName
{
background-color: #AA6DDF;
}
</style>
border-color css
<style>
span { border-color: #AA6DDF; }
span { border-color: rgb(170,109,223); }
td.TdClassName
{
border-color: #AA6DDF;
}
.TagClassName
{
border-color: #AA6DDF;
}
</style>