Shades of Amethyst #AA5DEA
Tints of Amethyst #AA5DEA
RGB
CMYK
RGB Variations
Color information
#AA5DEA (or 0xAA5DEA) is known color: Amethyst. HEX triplet: AA, 5D and EA. RGB value is (170,93,234). Sum of RGB (Red+Green+Blue) = 170+93+234=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA5DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5DEA is #55A215. Grayscale: #838383. Windows color (decimal): -5612054 or 15359402. OLE color: 15359402.
HSL color Cylindrical-coordinate representation of color #AA5DEA: hue angle of 272.77º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5DEA is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 93 | 234 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.08 |
| HSL | 272.77º | 0.77% | 0.64% | - |
| HSV(B) | 272.77º | 0.6% | 0.92% | - |
| XYZ | 35.34 | 22.32 | 80.29 | - |
| YUV | 132.1 | 185.51 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 234 | 0.27 | 0.60 | 0 | 0.08 | 272.77 | 0.77 | 0.64 |
| Hex | AA | 5D | EA | 1B | 3C | 0 | 8 | 111 | 4D | 40 |
| Octal | 252 | 135 | 352 | 33 | 74 | 0 | 10 | 421 | 115 | 100 |
| Binary | 10101010 | 1011101 | 11101010 | 11011 | 111100 | 0 | 1000 | 100010001 | 1001101 | 1000000 |
Color Harmonies of #AA5DEA
Complementary color
Monochromatic Colors of #AA5DEA
Black with #AA5DEA
Text Example
Text Example
White with #AA5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DEA; }
p { color: rgb(170,93,234); }
H1.HeaderClassName
{
color: #AA5DEA;
}
.AnyTagClassName
{
color: #AA5DEA;
}
</style>
background-color css
<style>
a { background-color: #AA5DEA; }
a { background-color: rgb(170,93,234); }
div.DivClassName
{
background-color: #AA5DEA;
}
.BgClassName
{
background-color: #AA5DEA;
}
</style>
border-color css
<style>
span { border-color: #AA5DEA; }
span { border-color: rgb(170,93,234); }
td.TdClassName
{
border-color: #AA5DEA;
}
.TagClassName
{
border-color: #AA5DEA;
}
</style>