Shades of Amethyst #AA5FE0
Tints of Amethyst #AA5FE0
RGB
CMYK
RGB Variations
Color information
#AA5FE0 (or 0xAA5FE0) is known color: Amethyst. HEX triplet: AA, 5F and E0. RGB value is (170,95,224). Sum of RGB (Red+Green+Blue) = 170+95+224=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA5FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FE0 is #55A01F. Grayscale: #838383. Windows color (decimal): -5611552 or 14704554. OLE color: 14704554.
HSL color Cylindrical-coordinate representation of color #AA5FE0: hue angle of 274.88º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5FE0 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 95 | 224 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.12 |
| HSL | 274.88º | 0.68% | 0.63% | - |
| HSV(B) | 274.88º | 0.58% | 0.88% | - |
| XYZ | 34.12 | 22.11 | 72.99 | - |
| YUV | 132.13 | 179.85 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 224 | 0.24 | 0.58 | 0 | 0.12 | 274.88 | 0.68 | 0.63 |
| Hex | AA | 5F | E0 | 18 | 3A | 0 | C | 113 | 44 | 3F |
| Octal | 252 | 137 | 340 | 30 | 72 | 0 | 14 | 423 | 104 | 77 |
| Binary | 10101010 | 1011111 | 11100000 | 11000 | 111010 | 0 | 1100 | 100010011 | 1000100 | 111111 |
Color Harmonies of #AA5FE0
Complementary color
Monochromatic Colors of #AA5FE0
Black with #AA5FE0
Text Example
Text Example
White with #AA5FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5FE0; }
p { color: rgb(170,95,224); }
H1.HeaderClassName
{
color: #AA5FE0;
}
.AnyTagClassName
{
color: #AA5FE0;
}
</style>
background-color css
<style>
a { background-color: #AA5FE0; }
a { background-color: rgb(170,95,224); }
div.DivClassName
{
background-color: #AA5FE0;
}
.BgClassName
{
background-color: #AA5FE0;
}
</style>
border-color css
<style>
span { border-color: #AA5FE0; }
span { border-color: rgb(170,95,224); }
td.TdClassName
{
border-color: #AA5FE0;
}
.TagClassName
{
border-color: #AA5FE0;
}
</style>