Shades of Amethyst #AA74DD
Tints of Amethyst #AA74DD
RGB
CMYK
RGB Variations
Color information
#AA74DD (or 0xAA74DD) is known color: Amethyst. HEX triplet: AA, 74 and DD. RGB value is (170,116,221). Sum of RGB (Red+Green+Blue) = 170+116+221=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74DD is #558B22. Grayscale: #8F8F8F. Windows color (decimal): -5606179 or 14513322. OLE color: 14513322.
HSL color Cylindrical-coordinate representation of color #AA74DD: hue angle of 270.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA74DD is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 116 | 221 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.13 |
| HSL | 270.86º | 0.61% | 0.66% | - |
| HSV(B) | 270.86º | 0.48% | 0.87% | - |
| XYZ | 35.87 | 26.26 | 71.58 | - |
| YUV | 144.12 | 171.39 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 221 | 0.23 | 0.48 | 0 | 0.13 | 270.86 | 0.61 | 0.66 |
| Hex | AA | 74 | DD | 17 | 30 | 0 | D | 10F | 3D | 42 |
| Octal | 252 | 164 | 335 | 27 | 60 | 0 | 15 | 417 | 75 | 102 |
| Binary | 10101010 | 1110100 | 11011101 | 10111 | 110000 | 0 | 1101 | 100001111 | 111101 | 1000010 |
Color Harmonies of #AA74DD
Complementary color
Monochromatic Colors of #AA74DD
Black with #AA74DD
Text Example
Text Example
White with #AA74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74DD; }
p { color: rgb(170,116,221); }
H1.HeaderClassName
{
color: #AA74DD;
}
.AnyTagClassName
{
color: #AA74DD;
}
</style>
background-color css
<style>
a { background-color: #AA74DD; }
a { background-color: rgb(170,116,221); }
div.DivClassName
{
background-color: #AA74DD;
}
.BgClassName
{
background-color: #AA74DD;
}
</style>
border-color css
<style>
span { border-color: #AA74DD; }
span { border-color: rgb(170,116,221); }
td.TdClassName
{
border-color: #AA74DD;
}
.TagClassName
{
border-color: #AA74DD;
}
</style>