Shades of Amethyst #A555E1
Tints of Amethyst #A555E1
RGB
CMYK
RGB Variations
Color information
#A555E1 (or 0xA555E1) is known color: Amethyst. HEX triplet: A5, 55 and E1. RGB value is (165,85,225). Sum of RGB (Red+Green+Blue) = 165+85+225=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #A555E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555E1 is #5AAA1E. Grayscale: #7C7C7C. Windows color (decimal): -5941791 or 14767525. OLE color: 14767525.
HSL color Cylindrical-coordinate representation of color #A555E1: hue angle of 274.29º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A555E1 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 85 | 225 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.12 |
| HSL | 274.29º | 0.7% | 0.61% | - |
| HSV(B) | 274.29º | 0.62% | 0.88% | - |
| XYZ | 32.36 | 19.93 | 73.38 | - |
| YUV | 124.88 | 184.5 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 225 | 0.27 | 0.62 | 0 | 0.12 | 274.29 | 0.7 | 0.61 |
| Hex | A5 | 55 | E1 | 1B | 3E | 0 | C | 112 | 46 | 3D |
| Octal | 245 | 125 | 341 | 33 | 76 | 0 | 14 | 422 | 106 | 75 |
| Binary | 10100101 | 1010101 | 11100001 | 11011 | 111110 | 0 | 1100 | 100010010 | 1000110 | 111101 |
Color Harmonies of #A555E1
Complementary color
Monochromatic Colors of #A555E1
Black with #A555E1
Text Example
Text Example
White with #A555E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A555E1; }
p { color: rgb(165,85,225); }
H1.HeaderClassName
{
color: #A555E1;
}
.AnyTagClassName
{
color: #A555E1;
}
</style>
background-color css
<style>
a { background-color: #A555E1; }
a { background-color: rgb(165,85,225); }
div.DivClassName
{
background-color: #A555E1;
}
.BgClassName
{
background-color: #A555E1;
}
</style>
border-color css
<style>
span { border-color: #A555E1; }
span { border-color: rgb(165,85,225); }
td.TdClassName
{
border-color: #A555E1;
}
.TagClassName
{
border-color: #A555E1;
}
</style>