Shades of Amethyst #A55AEC
Tints of Amethyst #A55AEC
RGB
CMYK
RGB Variations
Color information
#A55AEC (or 0xA55AEC) is known color: Amethyst. HEX triplet: A5, 5A and EC. RGB value is (165,90,236). Sum of RGB (Red+Green+Blue) = 165+90+236=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #A55AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55AEC is #5AA513. Grayscale: #808080. Windows color (decimal): -5940500 or 15489701. OLE color: 15489701.
HSL color Cylindrical-coordinate representation of color #A55AEC: hue angle of 270.82º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A55AEC is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 90 | 236 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.07 |
| HSL | 270.82º | 0.79% | 0.64% | - |
| HSV(B) | 270.82º | 0.62% | 0.93% | - |
| XYZ | 34.31 | 21.37 | 81.67 | - |
| YUV | 129.07 | 188.35 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 236 | 0.30 | 0.62 | 0 | 0.07 | 270.82 | 0.79 | 0.64 |
| Hex | A5 | 5A | EC | 1E | 3E | 0 | 7 | 10F | 4F | 40 |
| Octal | 245 | 132 | 354 | 36 | 76 | 0 | 7 | 417 | 117 | 100 |
| Binary | 10100101 | 1011010 | 11101100 | 11110 | 111110 | 0 | 111 | 100001111 | 1001111 | 1000000 |
Color Harmonies of #A55AEC
Complementary color
Monochromatic Colors of #A55AEC
Black with #A55AEC
Text Example
Text Example
White with #A55AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AEC; }
p { color: rgb(165,90,236); }
H1.HeaderClassName
{
color: #A55AEC;
}
.AnyTagClassName
{
color: #A55AEC;
}
</style>
background-color css
<style>
a { background-color: #A55AEC; }
a { background-color: rgb(165,90,236); }
div.DivClassName
{
background-color: #A55AEC;
}
.BgClassName
{
background-color: #A55AEC;
}
</style>
border-color css
<style>
span { border-color: #A55AEC; }
span { border-color: rgb(165,90,236); }
td.TdClassName
{
border-color: #A55AEC;
}
.TagClassName
{
border-color: #A55AEC;
}
</style>