Shades of Amethyst #A355D0
Tints of Amethyst #A355D0
RGB
CMYK
RGB Variations
Color information
#A355D0 (or 0xA355D0) is known color: Amethyst. HEX triplet: A3, 55 and D0. RGB value is (163,85,208). Sum of RGB (Red+Green+Blue) = 163+85+208=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #A355D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355D0 is #5CAA2F. Grayscale: #797979. Windows color (decimal): -6072880 or 13653411. OLE color: 13653411.
HSL color Cylindrical-coordinate representation of color #A355D0: hue angle of 278.05º 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 #A355D0 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 85 | 208 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.18 |
| HSL | 278.05º | 0.57% | 0.57% | - |
| HSV(B) | 278.05º | 0.59% | 0.82% | - |
| XYZ | 29.74 | 18.84 | 61.74 | - |
| YUV | 122.34 | 176.34 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 208 | 0.22 | 0.59 | 0 | 0.18 | 278.05 | 0.57 | 0.57 |
| Hex | A3 | 55 | D0 | 16 | 3B | 0 | 12 | 116 | 39 | 39 |
| Octal | 243 | 125 | 320 | 26 | 73 | 0 | 22 | 426 | 71 | 71 |
| Binary | 10100011 | 1010101 | 11010000 | 10110 | 111011 | 0 | 10010 | 100010110 | 111001 | 111001 |
Color Harmonies of #A355D0
Complementary color
Monochromatic Colors of #A355D0
Black with #A355D0
Text Example
Text Example
White with #A355D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355D0; }
p { color: rgb(163,85,208); }
H1.HeaderClassName
{
color: #A355D0;
}
.AnyTagClassName
{
color: #A355D0;
}
</style>
background-color css
<style>
a { background-color: #A355D0; }
a { background-color: rgb(163,85,208); }
div.DivClassName
{
background-color: #A355D0;
}
.BgClassName
{
background-color: #A355D0;
}
</style>
border-color css
<style>
span { border-color: #A355D0; }
span { border-color: rgb(163,85,208); }
td.TdClassName
{
border-color: #A355D0;
}
.TagClassName
{
border-color: #A355D0;
}
</style>