Shades of Amethyst #A55AE5
Tints of Amethyst #A55AE5
RGB
CMYK
RGB Variations
Color information
#A55AE5 (or 0xA55AE5) is known color: Amethyst. HEX triplet: A5, 5A and E5. RGB value is (165,90,229). Sum of RGB (Red+Green+Blue) = 165+90+229=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #A55AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55AE5 is #5AA51A. Grayscale: #7F7F7F. Windows color (decimal): -5940507 or 15030949. OLE color: 15030949.
HSL color Cylindrical-coordinate representation of color #A55AE5: hue angle of 272.37º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55AE5 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 90 | 229 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.10 |
| HSL | 272.37º | 0.73% | 0.63% | - |
| HSV(B) | 272.37º | 0.61% | 0.9% | - |
| XYZ | 33.32 | 20.97 | 76.42 | - |
| YUV | 128.27 | 184.85 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 229 | 0.28 | 0.61 | 0 | 0.10 | 272.37 | 0.73 | 0.63 |
| Hex | A5 | 5A | E5 | 1C | 3D | 0 | A | 110 | 49 | 3F |
| Octal | 245 | 132 | 345 | 34 | 75 | 0 | 12 | 420 | 111 | 77 |
| Binary | 10100101 | 1011010 | 11100101 | 11100 | 111101 | 0 | 1010 | 100010000 | 1001001 | 111111 |
Color Harmonies of #A55AE5
Complementary color
Monochromatic Colors of #A55AE5
Black with #A55AE5
Text Example
Text Example
White with #A55AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AE5; }
p { color: rgb(165,90,229); }
H1.HeaderClassName
{
color: #A55AE5;
}
.AnyTagClassName
{
color: #A55AE5;
}
</style>
background-color css
<style>
a { background-color: #A55AE5; }
a { background-color: rgb(165,90,229); }
div.DivClassName
{
background-color: #A55AE5;
}
.BgClassName
{
background-color: #A55AE5;
}
</style>
border-color css
<style>
span { border-color: #A55AE5; }
span { border-color: rgb(165,90,229); }
td.TdClassName
{
border-color: #A55AE5;
}
.TagClassName
{
border-color: #A55AE5;
}
</style>