Shades of Amethyst #A363DF
Tints of Amethyst #A363DF
RGB
CMYK
RGB Variations
Color information
#A363DF (or 0xA363DF) is known color: Amethyst. HEX triplet: A3, 63 and DF. RGB value is (163,99,223). Sum of RGB (Red+Green+Blue) = 163+99+223=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #A363DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363DF is #5C9C20. Grayscale: #838383. Windows color (decimal): -6069281 or 14640035. OLE color: 14640035.
HSL color Cylindrical-coordinate representation of color #A363DF: hue angle of 270.97º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A363DF is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 99 | 223 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.13 |
| HSL | 270.97º | 0.66% | 0.63% | - |
| HSV(B) | 270.97º | 0.56% | 0.87% | - |
| XYZ | 32.89 | 22.04 | 72.33 | - |
| YUV | 132.27 | 179.2 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 223 | 0.27 | 0.56 | 0 | 0.13 | 270.97 | 0.66 | 0.63 |
| Hex | A3 | 63 | DF | 1B | 38 | 0 | D | 10F | 42 | 3F |
| Octal | 243 | 143 | 337 | 33 | 70 | 0 | 15 | 417 | 102 | 77 |
| Binary | 10100011 | 1100011 | 11011111 | 11011 | 111000 | 0 | 1101 | 100001111 | 1000010 | 111111 |
Color Harmonies of #A363DF
Complementary color
Monochromatic Colors of #A363DF
Black with #A363DF
Text Example
Text Example
White with #A363DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363DF; }
p { color: rgb(163,99,223); }
H1.HeaderClassName
{
color: #A363DF;
}
.AnyTagClassName
{
color: #A363DF;
}
</style>
background-color css
<style>
a { background-color: #A363DF; }
a { background-color: rgb(163,99,223); }
div.DivClassName
{
background-color: #A363DF;
}
.BgClassName
{
background-color: #A363DF;
}
</style>
border-color css
<style>
span { border-color: #A363DF; }
span { border-color: rgb(163,99,223); }
td.TdClassName
{
border-color: #A363DF;
}
.TagClassName
{
border-color: #A363DF;
}
</style>