Shades of Amethyst #AA73DC
Tints of Amethyst #AA73DC
RGB
CMYK
RGB Variations
Color information
#AA73DC (or 0xAA73DC) is known color: Amethyst. HEX triplet: AA, 73 and DC. RGB value is (170,115,220). Sum of RGB (Red+Green+Blue) = 170+115+220=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73DC is #558C23. Grayscale: #8F8F8F. Windows color (decimal): -5606436 or 14447530. OLE color: 14447530.
HSL color Cylindrical-coordinate representation of color #AA73DC: hue angle of 271.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA73DC is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 115 | 220 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.14 |
| HSL | 271.43º | 0.6% | 0.66% | - |
| HSV(B) | 271.43º | 0.48% | 0.86% | - |
| XYZ | 35.63 | 25.97 | 70.85 | - |
| YUV | 143.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 220 | 0.23 | 0.48 | 0 | 0.14 | 271.43 | 0.6 | 0.66 |
| Hex | AA | 73 | DC | 17 | 30 | 0 | E | 10F | 3C | 42 |
| Octal | 252 | 163 | 334 | 27 | 60 | 0 | 16 | 417 | 74 | 102 |
| Binary | 10101010 | 1110011 | 11011100 | 10111 | 110000 | 0 | 1110 | 100001111 | 111100 | 1000010 |
Color Harmonies of #AA73DC
Complementary color
Monochromatic Colors of #AA73DC
Black with #AA73DC
Text Example
Text Example
White with #AA73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73DC; }
p { color: rgb(170,115,220); }
H1.HeaderClassName
{
color: #AA73DC;
}
.AnyTagClassName
{
color: #AA73DC;
}
</style>
background-color css
<style>
a { background-color: #AA73DC; }
a { background-color: rgb(170,115,220); }
div.DivClassName
{
background-color: #AA73DC;
}
.BgClassName
{
background-color: #AA73DC;
}
</style>
border-color css
<style>
span { border-color: #AA73DC; }
span { border-color: rgb(170,115,220); }
td.TdClassName
{
border-color: #AA73DC;
}
.TagClassName
{
border-color: #AA73DC;
}
</style>