Shades of Amethyst #A055D0
Tints of Amethyst #A055D0
RGB
CMYK
RGB Variations
Color information
#A055D0 (or 0xA055D0) is known color: Amethyst. HEX triplet: A0, 55 and D0. RGB value is (160,85,208). Sum of RGB (Red+Green+Blue) = 160+85+208=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #A055D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055D0 is #5FAA2F. Grayscale: #797979. Windows color (decimal): -6269488 or 13653408. OLE color: 13653408.
HSL color Cylindrical-coordinate representation of color #A055D0: hue angle of 276.59º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A055D0 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 85 | 208 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.18 |
| HSL | 276.59º | 0.57% | 0.57% | - |
| HSV(B) | 276.59º | 0.59% | 0.82% | - |
| XYZ | 29.13 | 18.52 | 61.71 | - |
| YUV | 121.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 85 | 208 | 0.23 | 0.59 | 0 | 0.18 | 276.59 | 0.57 | 0.57 |
| Hex | A0 | 55 | D0 | 17 | 3B | 0 | 12 | 115 | 39 | 39 |
| Octal | 240 | 125 | 320 | 27 | 73 | 0 | 22 | 425 | 71 | 71 |
| Binary | 10100000 | 1010101 | 11010000 | 10111 | 111011 | 0 | 10010 | 100010101 | 111001 | 111001 |
Color Harmonies of #A055D0
Complementary color
Monochromatic Colors of #A055D0
Black with #A055D0
Text Example
Text Example
White with #A055D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A055D0; }
p { color: rgb(160,85,208); }
H1.HeaderClassName
{
color: #A055D0;
}
.AnyTagClassName
{
color: #A055D0;
}
</style>
background-color css
<style>
a { background-color: #A055D0; }
a { background-color: rgb(160,85,208); }
div.DivClassName
{
background-color: #A055D0;
}
.BgClassName
{
background-color: #A055D0;
}
</style>
border-color css
<style>
span { border-color: #A055D0; }
span { border-color: rgb(160,85,208); }
td.TdClassName
{
border-color: #A055D0;
}
.TagClassName
{
border-color: #A055D0;
}
</style>