Shades of Amethyst #AA70DF
Tints of Amethyst #AA70DF
RGB
CMYK
RGB Variations
Color information
#AA70DF (or 0xAA70DF) is known color: Amethyst. HEX triplet: AA, 70 and DF. RGB value is (170,112,223). Sum of RGB (Red+Green+Blue) = 170+112+223=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA70DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70DF is #558F20. Grayscale: #8D8D8D. Windows color (decimal): -5607201 or 14643370. OLE color: 14643370.
HSL color Cylindrical-coordinate representation of color #AA70DF: hue angle of 271.35º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA70DF is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 112 | 223 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.13 |
| HSL | 271.35º | 0.63% | 0.66% | - |
| HSV(B) | 271.35º | 0.5% | 0.87% | - |
| XYZ | 35.69 | 25.46 | 72.85 | - |
| YUV | 142 | 173.72 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 223 | 0.24 | 0.50 | 0 | 0.13 | 271.35 | 0.63 | 0.66 |
| Hex | AA | 70 | DF | 18 | 32 | 0 | D | 10F | 3F | 42 |
| Octal | 252 | 160 | 337 | 30 | 62 | 0 | 15 | 417 | 77 | 102 |
| Binary | 10101010 | 1110000 | 11011111 | 11000 | 110010 | 0 | 1101 | 100001111 | 111111 | 1000010 |
Color Harmonies of #AA70DF
Complementary color
Monochromatic Colors of #AA70DF
Black with #AA70DF
Text Example
Text Example
White with #AA70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA70DF; }
p { color: rgb(170,112,223); }
H1.HeaderClassName
{
color: #AA70DF;
}
.AnyTagClassName
{
color: #AA70DF;
}
</style>
background-color css
<style>
a { background-color: #AA70DF; }
a { background-color: rgb(170,112,223); }
div.DivClassName
{
background-color: #AA70DF;
}
.BgClassName
{
background-color: #AA70DF;
}
</style>
border-color css
<style>
span { border-color: #AA70DF; }
span { border-color: rgb(170,112,223); }
td.TdClassName
{
border-color: #AA70DF;
}
.TagClassName
{
border-color: #AA70DF;
}
</style>