Shades of Amethyst #AA73DB
Tints of Amethyst #AA73DB
RGB
CMYK
RGB Variations
Color information
#AA73DB (or 0xAA73DB) is known color: Amethyst. HEX triplet: AA, 73 and DB. RGB value is (170,115,219). Sum of RGB (Red+Green+Blue) = 170+115+219=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA73DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73DB is #558C24. Grayscale: #8E8E8E. Windows color (decimal): -5606437 or 14381994. OLE color: 14381994.
HSL color Cylindrical-coordinate representation of color #AA73DB: hue angle of 271.73º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA73DB is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 115 | 219 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.14 |
| HSL | 271.73º | 0.59% | 0.65% | - |
| HSV(B) | 271.73º | 0.47% | 0.86% | - |
| XYZ | 35.49 | 25.92 | 70.15 | - |
| YUV | 143.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 219 | 0.22 | 0.47 | 0 | 0.14 | 271.73 | 0.59 | 0.65 |
| Hex | AA | 73 | DB | 16 | 2F | 0 | E | 110 | 3B | 41 |
| Octal | 252 | 163 | 333 | 26 | 57 | 0 | 16 | 420 | 73 | 101 |
| Binary | 10101010 | 1110011 | 11011011 | 10110 | 101111 | 0 | 1110 | 100010000 | 111011 | 1000001 |
Color Harmonies of #AA73DB
Complementary color
Monochromatic Colors of #AA73DB
Black with #AA73DB
Text Example
Text Example
White with #AA73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73DB; }
p { color: rgb(170,115,219); }
H1.HeaderClassName
{
color: #AA73DB;
}
.AnyTagClassName
{
color: #AA73DB;
}
</style>
background-color css
<style>
a { background-color: #AA73DB; }
a { background-color: rgb(170,115,219); }
div.DivClassName
{
background-color: #AA73DB;
}
.BgClassName
{
background-color: #AA73DB;
}
</style>
border-color css
<style>
span { border-color: #AA73DB; }
span { border-color: rgb(170,115,219); }
td.TdClassName
{
border-color: #AA73DB;
}
.TagClassName
{
border-color: #AA73DB;
}
</style>