Shades of Amethyst #A563D0
Tints of Amethyst #A563D0
RGB
CMYK
RGB Variations
Color information
#A563D0 (or 0xA563D0) is known color: Amethyst. HEX triplet: A5, 63 and D0. RGB value is (165,99,208). Sum of RGB (Red+Green+Blue) = 165+99+208=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #A563D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563D0 is #5A9C2F. Grayscale: #828282. Windows color (decimal): -5938224 or 13656997. OLE color: 13656997.
HSL color Cylindrical-coordinate representation of color #A563D0: hue angle of 276.33º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A563D0 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 99 | 208 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.18 |
| HSL | 276.33º | 0.54% | 0.6% | - |
| HSV(B) | 276.33º | 0.52% | 0.82% | - |
| XYZ | 31.36 | 21.48 | 62.17 | - |
| YUV | 131.16 | 171.37 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 208 | 0.21 | 0.52 | 0 | 0.18 | 276.33 | 0.54 | 0.6 |
| Hex | A5 | 63 | D0 | 15 | 34 | 0 | 12 | 114 | 36 | 3C |
| Octal | 245 | 143 | 320 | 25 | 64 | 0 | 22 | 424 | 66 | 74 |
| Binary | 10100101 | 1100011 | 11010000 | 10101 | 110100 | 0 | 10010 | 100010100 | 110110 | 111100 |
Color Harmonies of #A563D0
Complementary color
Monochromatic Colors of #A563D0
Black with #A563D0
Text Example
Text Example
White with #A563D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A563D0; }
p { color: rgb(165,99,208); }
H1.HeaderClassName
{
color: #A563D0;
}
.AnyTagClassName
{
color: #A563D0;
}
</style>
background-color css
<style>
a { background-color: #A563D0; }
a { background-color: rgb(165,99,208); }
div.DivClassName
{
background-color: #A563D0;
}
.BgClassName
{
background-color: #A563D0;
}
</style>
border-color css
<style>
span { border-color: #A563D0; }
span { border-color: rgb(165,99,208); }
td.TdClassName
{
border-color: #A563D0;
}
.TagClassName
{
border-color: #A563D0;
}
</style>