Shades of Amethyst #AA60DB
Tints of Amethyst #AA60DB
RGB
CMYK
RGB Variations
Color information
#AA60DB (or 0xAA60DB) is known color: Amethyst. HEX triplet: AA, 60 and DB. RGB value is (170,96,219). Sum of RGB (Red+Green+Blue) = 170+96+219=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA60DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60DB is #559F24. Grayscale: #838383. Windows color (decimal): -5611301 or 14377130. OLE color: 14377130.
HSL color Cylindrical-coordinate representation of color #AA60DB: hue angle of 276.1º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA60DB is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 96 | 219 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.14 |
| HSL | 276.1º | 0.63% | 0.62% | - |
| HSV(B) | 276.1º | 0.56% | 0.86% | - |
| XYZ | 33.55 | 22.03 | 69.5 | - |
| YUV | 132.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 219 | 0.22 | 0.56 | 0 | 0.14 | 276.1 | 0.63 | 0.62 |
| Hex | AA | 60 | DB | 16 | 38 | 0 | E | 114 | 3F | 3E |
| Octal | 252 | 140 | 333 | 26 | 70 | 0 | 16 | 424 | 77 | 76 |
| Binary | 10101010 | 1100000 | 11011011 | 10110 | 111000 | 0 | 1110 | 100010100 | 111111 | 111110 |
Color Harmonies of #AA60DB
Complementary color
Monochromatic Colors of #AA60DB
Black with #AA60DB
Text Example
Text Example
White with #AA60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60DB; }
p { color: rgb(170,96,219); }
H1.HeaderClassName
{
color: #AA60DB;
}
.AnyTagClassName
{
color: #AA60DB;
}
</style>
background-color css
<style>
a { background-color: #AA60DB; }
a { background-color: rgb(170,96,219); }
div.DivClassName
{
background-color: #AA60DB;
}
.BgClassName
{
background-color: #AA60DB;
}
</style>
border-color css
<style>
span { border-color: #AA60DB; }
span { border-color: rgb(170,96,219); }
td.TdClassName
{
border-color: #AA60DB;
}
.TagClassName
{
border-color: #AA60DB;
}
</style>