Shades of Amethyst #A556E5
Tints of Amethyst #A556E5
RGB
CMYK
RGB Variations
Color information
#A556E5 (or 0xA556E5) is known color: Amethyst. HEX triplet: A5, 56 and E5. RGB value is (165,86,229). Sum of RGB (Red+Green+Blue) = 165+86+229=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #A556E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556E5 is #5AA91A. Grayscale: #7D7D7D. Windows color (decimal): -5941531 or 15029925. OLE color: 15029925.
HSL color Cylindrical-coordinate representation of color #A556E5: hue angle of 273.15º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A556E5 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 86 | 229 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.10 |
| HSL | 273.15º | 0.73% | 0.62% | - |
| HSV(B) | 273.15º | 0.62% | 0.9% | - |
| XYZ | 32.99 | 20.31 | 76.31 | - |
| YUV | 125.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 229 | 0.28 | 0.62 | 0 | 0.10 | 273.15 | 0.73 | 0.62 |
| Hex | A5 | 56 | E5 | 1C | 3E | 0 | A | 111 | 49 | 3E |
| Octal | 245 | 126 | 345 | 34 | 76 | 0 | 12 | 421 | 111 | 76 |
| Binary | 10100101 | 1010110 | 11100101 | 11100 | 111110 | 0 | 1010 | 100010001 | 1001001 | 111110 |
Color Harmonies of #A556E5
Complementary color
Monochromatic Colors of #A556E5
Black with #A556E5
Text Example
Text Example
White with #A556E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A556E5; }
p { color: rgb(165,86,229); }
H1.HeaderClassName
{
color: #A556E5;
}
.AnyTagClassName
{
color: #A556E5;
}
</style>
background-color css
<style>
a { background-color: #A556E5; }
a { background-color: rgb(165,86,229); }
div.DivClassName
{
background-color: #A556E5;
}
.BgClassName
{
background-color: #A556E5;
}
</style>
border-color css
<style>
span { border-color: #A556E5; }
span { border-color: rgb(165,86,229); }
td.TdClassName
{
border-color: #A556E5;
}
.TagClassName
{
border-color: #A556E5;
}
</style>