Shades of Amethyst #AA72D3
Tints of Amethyst #AA72D3
RGB
CMYK
RGB Variations
Color information
#AA72D3 (or 0xAA72D3) is known color: Amethyst. HEX triplet: AA, 72 and D3. RGB value is (170,114,211). Sum of RGB (Red+Green+Blue) = 170+114+211=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA72D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72D3 is #558D2C. Grayscale: #8D8D8D. Windows color (decimal): -5606701 or 13857450. OLE color: 13857450.
HSL color Cylindrical-coordinate representation of color #AA72D3: hue angle of 274.64º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA72D3 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 114 | 211 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.17 |
| HSL | 274.64º | 0.52% | 0.64% | - |
| HSV(B) | 274.64º | 0.46% | 0.83% | - |
| XYZ | 34.35 | 25.28 | 64.7 | - |
| YUV | 141.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 211 | 0.19 | 0.46 | 0 | 0.17 | 274.64 | 0.52 | 0.64 |
| Hex | AA | 72 | D3 | 13 | 2E | 0 | 11 | 113 | 34 | 40 |
| Octal | 252 | 162 | 323 | 23 | 56 | 0 | 21 | 423 | 64 | 100 |
| Binary | 10101010 | 1110010 | 11010011 | 10011 | 101110 | 0 | 10001 | 100010011 | 110100 | 1000000 |
Color Harmonies of #AA72D3
Complementary color
Monochromatic Colors of #AA72D3
Black with #AA72D3
Text Example
Text Example
White with #AA72D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA72D3; }
p { color: rgb(170,114,211); }
H1.HeaderClassName
{
color: #AA72D3;
}
.AnyTagClassName
{
color: #AA72D3;
}
</style>
background-color css
<style>
a { background-color: #AA72D3; }
a { background-color: rgb(170,114,211); }
div.DivClassName
{
background-color: #AA72D3;
}
.BgClassName
{
background-color: #AA72D3;
}
</style>
border-color css
<style>
span { border-color: #AA72D3; }
span { border-color: rgb(170,114,211); }
td.TdClassName
{
border-color: #AA72D3;
}
.TagClassName
{
border-color: #AA72D3;
}
</style>