Shades of Amethyst #A363D4
Tints of Amethyst #A363D4
RGB
CMYK
RGB Variations
Color information
#A363D4 (or 0xA363D4) is known color: Amethyst. HEX triplet: A3, 63 and D4. RGB value is (163,99,212). Sum of RGB (Red+Green+Blue) = 163+99+212=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #A363D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363D4 is #5C9C2B. Grayscale: #828282. Windows color (decimal): -6069292 or 13919139. OLE color: 13919139.
HSL color Cylindrical-coordinate representation of color #A363D4: hue angle of 273.98º 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 #A363D4 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 99 | 212 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.17 |
| HSL | 273.98º | 0.57% | 0.61% | - |
| HSV(B) | 273.98º | 0.53% | 0.83% | - |
| XYZ | 31.45 | 21.46 | 64.77 | - |
| YUV | 131.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 212 | 0.23 | 0.53 | 0 | 0.17 | 273.98 | 0.57 | 0.61 |
| Hex | A3 | 63 | D4 | 17 | 35 | 0 | 11 | 112 | 39 | 3D |
| Octal | 243 | 143 | 324 | 27 | 65 | 0 | 21 | 422 | 71 | 75 |
| Binary | 10100011 | 1100011 | 11010100 | 10111 | 110101 | 0 | 10001 | 100010010 | 111001 | 111101 |
Color Harmonies of #A363D4
Complementary color
Monochromatic Colors of #A363D4
Black with #A363D4
Text Example
Text Example
White with #A363D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363D4; }
p { color: rgb(163,99,212); }
H1.HeaderClassName
{
color: #A363D4;
}
.AnyTagClassName
{
color: #A363D4;
}
</style>
background-color css
<style>
a { background-color: #A363D4; }
a { background-color: rgb(163,99,212); }
div.DivClassName
{
background-color: #A363D4;
}
.BgClassName
{
background-color: #A363D4;
}
</style>
border-color css
<style>
span { border-color: #A363D4; }
span { border-color: rgb(163,99,212); }
td.TdClassName
{
border-color: #A363D4;
}
.TagClassName
{
border-color: #A363D4;
}
</style>