Shades of Amethyst #A563D4
Tints of Amethyst #A563D4
RGB
CMYK
RGB Variations
Color information
#A563D4 (or 0xA563D4) is known color: Amethyst. HEX triplet: A5, 63 and D4. RGB value is (165,99,212). Sum of RGB (Red+Green+Blue) = 165+99+212=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 212 - color contains mainly: blue. Hex color #A563D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563D4 is #5A9C2B. Grayscale: #838383. Windows color (decimal): -5938220 or 13919141. OLE color: 13919141.
HSL color Cylindrical-coordinate representation of color #A563D4: hue angle of 275.04º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A563D4 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 99 | 212 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.17 |
| HSL | 275.04º | 0.57% | 0.61% | - |
| HSV(B) | 275.04º | 0.53% | 0.83% | - |
| XYZ | 31.86 | 21.68 | 64.79 | - |
| YUV | 131.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 212 | 0.22 | 0.53 | 0 | 0.17 | 275.04 | 0.57 | 0.61 |
| Hex | A5 | 63 | D4 | 16 | 35 | 0 | 11 | 113 | 39 | 3D |
| Octal | 245 | 143 | 324 | 26 | 65 | 0 | 21 | 423 | 71 | 75 |
| Binary | 10100101 | 1100011 | 11010100 | 10110 | 110101 | 0 | 10001 | 100010011 | 111001 | 111101 |
Color Harmonies of #A563D4
Complementary color
Monochromatic Colors of #A563D4
Black with #A563D4
Text Example
Text Example
White with #A563D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A563D4; }
p { color: rgb(165,99,212); }
H1.HeaderClassName
{
color: #A563D4;
}
.AnyTagClassName
{
color: #A563D4;
}
</style>
background-color css
<style>
a { background-color: #A563D4; }
a { background-color: rgb(165,99,212); }
div.DivClassName
{
background-color: #A563D4;
}
.BgClassName
{
background-color: #A563D4;
}
</style>
border-color css
<style>
span { border-color: #A563D4; }
span { border-color: rgb(165,99,212); }
td.TdClassName
{
border-color: #A563D4;
}
.TagClassName
{
border-color: #A563D4;
}
</style>