Shades of Amethyst #AA5EDB
Tints of Amethyst #AA5EDB
RGB
CMYK
RGB Variations
Color information
#AA5EDB (or 0xAA5EDB) is known color: Amethyst. HEX triplet: AA, 5E and DB. RGB value is (170,94,219). Sum of RGB (Red+Green+Blue) = 170+94+219=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA5EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EDB is #55A124. Grayscale: #828282. Windows color (decimal): -5611813 or 14376618. OLE color: 14376618.
HSL color Cylindrical-coordinate representation of color #AA5EDB: hue angle of 276.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA5EDB is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 94 | 219 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.14 |
| HSL | 276.48º | 0.63% | 0.61% | - |
| HSV(B) | 276.48º | 0.57% | 0.86% | - |
| XYZ | 33.37 | 21.67 | 69.44 | - |
| YUV | 130.97 | 177.68 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 219 | 0.22 | 0.57 | 0 | 0.14 | 276.48 | 0.63 | 0.61 |
| Hex | AA | 5E | DB | 16 | 39 | 0 | E | 114 | 3F | 3D |
| Octal | 252 | 136 | 333 | 26 | 71 | 0 | 16 | 424 | 77 | 75 |
| Binary | 10101010 | 1011110 | 11011011 | 10110 | 111001 | 0 | 1110 | 100010100 | 111111 | 111101 |
Color Harmonies of #AA5EDB
Complementary color
Monochromatic Colors of #AA5EDB
Black with #AA5EDB
Text Example
Text Example
White with #AA5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5EDB; }
p { color: rgb(170,94,219); }
H1.HeaderClassName
{
color: #AA5EDB;
}
.AnyTagClassName
{
color: #AA5EDB;
}
</style>
background-color css
<style>
a { background-color: #AA5EDB; }
a { background-color: rgb(170,94,219); }
div.DivClassName
{
background-color: #AA5EDB;
}
.BgClassName
{
background-color: #AA5EDB;
}
</style>
border-color css
<style>
span { border-color: #AA5EDB; }
span { border-color: rgb(170,94,219); }
td.TdClassName
{
border-color: #AA5EDB;
}
.TagClassName
{
border-color: #AA5EDB;
}
</style>