Shades of Amethyst #A556E3
Tints of Amethyst #A556E3
RGB
CMYK
RGB Variations
Color information
#A556E3 (or 0xA556E3) is known color: Amethyst. HEX triplet: A5, 56 and E3. RGB value is (165,86,227). Sum of RGB (Red+Green+Blue) = 165+86+227=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 227 - color contains mainly: blue. Hex color #A556E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556E3 is #5AA91C. Grayscale: #7D7D7D. Windows color (decimal): -5941533 or 14898853. OLE color: 14898853.
HSL color Cylindrical-coordinate representation of color #A556E3: hue angle of 273.62º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A556E3 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 86 | 227 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.11 |
| HSL | 273.62º | 0.72% | 0.61% | - |
| HSV(B) | 273.62º | 0.62% | 0.89% | - |
| XYZ | 32.71 | 20.2 | 74.85 | - |
| YUV | 125.7 | 185.17 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 227 | 0.27 | 0.62 | 0 | 0.11 | 273.62 | 0.72 | 0.61 |
| Hex | A5 | 56 | E3 | 1B | 3E | 0 | B | 112 | 48 | 3D |
| Octal | 245 | 126 | 343 | 33 | 76 | 0 | 13 | 422 | 110 | 75 |
| Binary | 10100101 | 1010110 | 11100011 | 11011 | 111110 | 0 | 1011 | 100010010 | 1001000 | 111101 |
Color Harmonies of #A556E3
Complementary color
Monochromatic Colors of #A556E3
Black with #A556E3
Text Example
Text Example
White with #A556E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A556E3; }
p { color: rgb(165,86,227); }
H1.HeaderClassName
{
color: #A556E3;
}
.AnyTagClassName
{
color: #A556E3;
}
</style>
background-color css
<style>
a { background-color: #A556E3; }
a { background-color: rgb(165,86,227); }
div.DivClassName
{
background-color: #A556E3;
}
.BgClassName
{
background-color: #A556E3;
}
</style>
border-color css
<style>
span { border-color: #A556E3; }
span { border-color: rgb(165,86,227); }
td.TdClassName
{
border-color: #A556E3;
}
.TagClassName
{
border-color: #A556E3;
}
</style>