Shades of Amethyst #AA74D7
Tints of Amethyst #AA74D7
RGB
CMYK
RGB Variations
Color information
#AA74D7 (or 0xAA74D7) is known color: Amethyst. HEX triplet: AA, 74 and D7. RGB value is (170,116,215). Sum of RGB (Red+Green+Blue) = 170+116+215=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA74D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA74D7 is #558B28. Grayscale: #8F8F8F. Windows color (decimal): -5606185 or 14120106. OLE color: 14120106.
HSL color Cylindrical-coordinate representation of color #AA74D7: hue angle of 272.73º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA74D7 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 116 | 215 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.16 |
| HSL | 272.73º | 0.55% | 0.65% | - |
| HSV(B) | 272.73º | 0.46% | 0.84% | - |
| XYZ | 35.09 | 25.94 | 67.45 | - |
| YUV | 143.43 | 168.39 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 215 | 0.21 | 0.46 | 0 | 0.16 | 272.73 | 0.55 | 0.65 |
| Hex | AA | 74 | D7 | 15 | 2E | 0 | 10 | 111 | 37 | 41 |
| Octal | 252 | 164 | 327 | 25 | 56 | 0 | 20 | 421 | 67 | 101 |
| Binary | 10101010 | 1110100 | 11010111 | 10101 | 101110 | 0 | 10000 | 100010001 | 110111 | 1000001 |
Color Harmonies of #AA74D7
Complementary color
Monochromatic Colors of #AA74D7
Black with #AA74D7
Text Example
Text Example
White with #AA74D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74D7; }
p { color: rgb(170,116,215); }
H1.HeaderClassName
{
color: #AA74D7;
}
.AnyTagClassName
{
color: #AA74D7;
}
</style>
background-color css
<style>
a { background-color: #AA74D7; }
a { background-color: rgb(170,116,215); }
div.DivClassName
{
background-color: #AA74D7;
}
.BgClassName
{
background-color: #AA74D7;
}
</style>
border-color css
<style>
span { border-color: #AA74D7; }
span { border-color: rgb(170,116,215); }
td.TdClassName
{
border-color: #AA74D7;
}
.TagClassName
{
border-color: #AA74D7;
}
</style>