Shades of Amethyst #A363D5
Tints of Amethyst #A363D5
RGB
CMYK
RGB Variations
Color information
#A363D5 (or 0xA363D5) is known color: Amethyst. HEX triplet: A3, 63 and D5. RGB value is (163,99,213). Sum of RGB (Red+Green+Blue) = 163+99+213=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #A363D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363D5 is #5C9C2A. Grayscale: #828282. Windows color (decimal): -6069291 or 13984675. OLE color: 13984675.
HSL color Cylindrical-coordinate representation of color #A363D5: hue angle of 273.68º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A363D5 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 99 | 213 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.16 |
| HSL | 273.68º | 0.58% | 0.61% | - |
| HSV(B) | 273.68º | 0.54% | 0.84% | - |
| XYZ | 31.58 | 21.51 | 65.44 | - |
| YUV | 131.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 213 | 0.23 | 0.54 | 0 | 0.16 | 273.68 | 0.58 | 0.61 |
| Hex | A3 | 63 | D5 | 17 | 36 | 0 | 10 | 112 | 3A | 3D |
| Octal | 243 | 143 | 325 | 27 | 66 | 0 | 20 | 422 | 72 | 75 |
| Binary | 10100011 | 1100011 | 11010101 | 10111 | 110110 | 0 | 10000 | 100010010 | 111010 | 111101 |
Color Harmonies of #A363D5
Complementary color
Monochromatic Colors of #A363D5
Black with #A363D5
Text Example
Text Example
White with #A363D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363D5; }
p { color: rgb(163,99,213); }
H1.HeaderClassName
{
color: #A363D5;
}
.AnyTagClassName
{
color: #A363D5;
}
</style>
background-color css
<style>
a { background-color: #A363D5; }
a { background-color: rgb(163,99,213); }
div.DivClassName
{
background-color: #A363D5;
}
.BgClassName
{
background-color: #A363D5;
}
</style>
border-color css
<style>
span { border-color: #A363D5; }
span { border-color: rgb(163,99,213); }
td.TdClassName
{
border-color: #A363D5;
}
.TagClassName
{
border-color: #A363D5;
}
</style>