Shades of Amethyst #AA72DC
Tints of Amethyst #AA72DC
RGB
CMYK
RGB Variations
Color information
#AA72DC (or 0xAA72DC) is known color: Amethyst. HEX triplet: AA, 72 and DC. RGB value is (170,114,220). Sum of RGB (Red+Green+Blue) = 170+114+220=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA72DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72DC is #558D23. Grayscale: #8E8E8E. Windows color (decimal): -5606692 or 14447274. OLE color: 14447274.
HSL color Cylindrical-coordinate representation of color #AA72DC: hue angle of 271.7º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA72DC is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 114 | 220 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.14 |
| HSL | 271.7º | 0.6% | 0.65% | - |
| HSV(B) | 271.7º | 0.48% | 0.86% | - |
| XYZ | 35.51 | 25.75 | 70.81 | - |
| YUV | 142.83 | 171.55 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 220 | 0.23 | 0.48 | 0 | 0.14 | 271.7 | 0.6 | 0.65 |
| Hex | AA | 72 | DC | 17 | 30 | 0 | E | 110 | 3C | 41 |
| Octal | 252 | 162 | 334 | 27 | 60 | 0 | 16 | 420 | 74 | 101 |
| Binary | 10101010 | 1110010 | 11011100 | 10111 | 110000 | 0 | 1110 | 100010000 | 111100 | 1000001 |
Color Harmonies of #AA72DC
Complementary color
Monochromatic Colors of #AA72DC
Black with #AA72DC
Text Example
Text Example
White with #AA72DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA72DC; }
p { color: rgb(170,114,220); }
H1.HeaderClassName
{
color: #AA72DC;
}
.AnyTagClassName
{
color: #AA72DC;
}
</style>
background-color css
<style>
a { background-color: #AA72DC; }
a { background-color: rgb(170,114,220); }
div.DivClassName
{
background-color: #AA72DC;
}
.BgClassName
{
background-color: #AA72DC;
}
</style>
border-color css
<style>
span { border-color: #AA72DC; }
span { border-color: rgb(170,114,220); }
td.TdClassName
{
border-color: #AA72DC;
}
.TagClassName
{
border-color: #AA72DC;
}
</style>