Shades of Amethyst #A556D0
Tints of Amethyst #A556D0
RGB
CMYK
RGB Variations
Color information
#A556D0 (or 0xA556D0) is known color: Amethyst. HEX triplet: A5, 56 and D0. RGB value is (165,86,208). Sum of RGB (Red+Green+Blue) = 165+86+208=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #A556D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556D0 is #5AA92F. Grayscale: #7B7B7B. Windows color (decimal): -5941552 or 13653669. OLE color: 13653669.
HSL color Cylindrical-coordinate representation of color #A556D0: hue angle of 278.85º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A556D0 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 86 | 208 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.18 |
| HSL | 278.85º | 0.56% | 0.58% | - |
| HSV(B) | 278.85º | 0.59% | 0.82% | - |
| XYZ | 30.23 | 19.21 | 61.79 | - |
| YUV | 123.53 | 175.67 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 208 | 0.21 | 0.59 | 0 | 0.18 | 278.85 | 0.56 | 0.58 |
| Hex | A5 | 56 | D0 | 15 | 3B | 0 | 12 | 117 | 38 | 3A |
| Octal | 245 | 126 | 320 | 25 | 73 | 0 | 22 | 427 | 70 | 72 |
| Binary | 10100101 | 1010110 | 11010000 | 10101 | 111011 | 0 | 10010 | 100010111 | 111000 | 111010 |
Color Harmonies of #A556D0
Complementary color
Monochromatic Colors of #A556D0
Black with #A556D0
Text Example
Text Example
White with #A556D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A556D0; }
p { color: rgb(165,86,208); }
H1.HeaderClassName
{
color: #A556D0;
}
.AnyTagClassName
{
color: #A556D0;
}
</style>
background-color css
<style>
a { background-color: #A556D0; }
a { background-color: rgb(165,86,208); }
div.DivClassName
{
background-color: #A556D0;
}
.BgClassName
{
background-color: #A556D0;
}
</style>
border-color css
<style>
span { border-color: #A556D0; }
span { border-color: rgb(165,86,208); }
td.TdClassName
{
border-color: #A556D0;
}
.TagClassName
{
border-color: #A556D0;
}
</style>