Shades of Amethyst #A563D1
Tints of Amethyst #A563D1
RGB
CMYK
RGB Variations
Color information
#A563D1 (or 0xA563D1) is known color: Amethyst. HEX triplet: A5, 63 and D1. RGB value is (165,99,209). Sum of RGB (Red+Green+Blue) = 165+99+209=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #A563D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563D1 is #5A9C2E. Grayscale: #828282. Windows color (decimal): -5938223 or 13722533. OLE color: 13722533.
HSL color Cylindrical-coordinate representation of color #A563D1: hue angle of 276º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A563D1 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 99 | 209 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.18 |
| HSL | 276º | 0.54% | 0.6% | - |
| HSV(B) | 276º | 0.53% | 0.82% | - |
| XYZ | 31.49 | 21.53 | 62.82 | - |
| YUV | 131.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 209 | 0.21 | 0.53 | 0 | 0.18 | 276 | 0.54 | 0.6 |
| Hex | A5 | 63 | D1 | 15 | 35 | 0 | 12 | 114 | 36 | 3C |
| Octal | 245 | 143 | 321 | 25 | 65 | 0 | 22 | 424 | 66 | 74 |
| Binary | 10100101 | 1100011 | 11010001 | 10101 | 110101 | 0 | 10010 | 100010100 | 110110 | 111100 |
Color Harmonies of #A563D1
Complementary color
Monochromatic Colors of #A563D1
Black with #A563D1
Text Example
Text Example
White with #A563D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A563D1; }
p { color: rgb(165,99,209); }
H1.HeaderClassName
{
color: #A563D1;
}
.AnyTagClassName
{
color: #A563D1;
}
</style>
background-color css
<style>
a { background-color: #A563D1; }
a { background-color: rgb(165,99,209); }
div.DivClassName
{
background-color: #A563D1;
}
.BgClassName
{
background-color: #A563D1;
}
</style>
border-color css
<style>
span { border-color: #A563D1; }
span { border-color: rgb(165,99,209); }
td.TdClassName
{
border-color: #A563D1;
}
.TagClassName
{
border-color: #A563D1;
}
</style>