Shades of Amethyst #AA5FE9
Tints of Amethyst #AA5FE9
RGB
CMYK
RGB Variations
Color information
#AA5FE9 (or 0xAA5FE9) is known color: Amethyst. HEX triplet: AA, 5F and E9. RGB value is (170,95,233). Sum of RGB (Red+Green+Blue) = 170+95+233=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA5FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FE9 is #55A016. Grayscale: #848484. Windows color (decimal): -5611543 or 15294378. OLE color: 15294378.
HSL color Cylindrical-coordinate representation of color #AA5FE9: hue angle of 272.61º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5FE9 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 95 | 233 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.09 |
| HSL | 272.61º | 0.76% | 0.64% | - |
| HSV(B) | 272.61º | 0.59% | 0.91% | - |
| XYZ | 35.38 | 22.61 | 79.59 | - |
| YUV | 133.16 | 184.35 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 233 | 0.27 | 0.59 | 0 | 0.09 | 272.61 | 0.76 | 0.64 |
| Hex | AA | 5F | E9 | 1B | 3B | 0 | 9 | 111 | 4C | 40 |
| Octal | 252 | 137 | 351 | 33 | 73 | 0 | 11 | 421 | 114 | 100 |
| Binary | 10101010 | 1011111 | 11101001 | 11011 | 111011 | 0 | 1001 | 100010001 | 1001100 | 1000000 |
Color Harmonies of #AA5FE9
Complementary color
Monochromatic Colors of #AA5FE9
Black with #AA5FE9
Text Example
Text Example
White with #AA5FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5FE9; }
p { color: rgb(170,95,233); }
H1.HeaderClassName
{
color: #AA5FE9;
}
.AnyTagClassName
{
color: #AA5FE9;
}
</style>
background-color css
<style>
a { background-color: #AA5FE9; }
a { background-color: rgb(170,95,233); }
div.DivClassName
{
background-color: #AA5FE9;
}
.BgClassName
{
background-color: #AA5FE9;
}
</style>
border-color css
<style>
span { border-color: #AA5FE9; }
span { border-color: rgb(170,95,233); }
td.TdClassName
{
border-color: #AA5FE9;
}
.TagClassName
{
border-color: #AA5FE9;
}
</style>