Shades of Amethyst #A363D0
Tints of Amethyst #A363D0
RGB
CMYK
RGB Variations
Color information
#A363D0 (or 0xA363D0) is known color: Amethyst. HEX triplet: A3, 63 and D0. RGB value is (163,99,208). Sum of RGB (Red+Green+Blue) = 163+99+208=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #A363D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363D0 is #5C9C2F. Grayscale: #828282. Windows color (decimal): -6069296 or 13656995. OLE color: 13656995.
HSL color Cylindrical-coordinate representation of color #A363D0: hue angle of 275.23º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A363D0 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 99 | 208 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.18 |
| HSL | 275.23º | 0.54% | 0.6% | - |
| HSV(B) | 275.23º | 0.52% | 0.82% | - |
| XYZ | 30.95 | 21.26 | 62.15 | - |
| YUV | 130.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 208 | 0.22 | 0.52 | 0 | 0.18 | 275.23 | 0.54 | 0.6 |
| Hex | A3 | 63 | D0 | 16 | 34 | 0 | 12 | 113 | 36 | 3C |
| Octal | 243 | 143 | 320 | 26 | 64 | 0 | 22 | 423 | 66 | 74 |
| Binary | 10100011 | 1100011 | 11010000 | 10110 | 110100 | 0 | 10010 | 100010011 | 110110 | 111100 |
Color Harmonies of #A363D0
Complementary color
Monochromatic Colors of #A363D0
Black with #A363D0
Text Example
Text Example
White with #A363D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363D0; }
p { color: rgb(163,99,208); }
H1.HeaderClassName
{
color: #A363D0;
}
.AnyTagClassName
{
color: #A363D0;
}
</style>
background-color css
<style>
a { background-color: #A363D0; }
a { background-color: rgb(163,99,208); }
div.DivClassName
{
background-color: #A363D0;
}
.BgClassName
{
background-color: #A363D0;
}
</style>
border-color css
<style>
span { border-color: #A363D0; }
span { border-color: rgb(163,99,208); }
td.TdClassName
{
border-color: #A363D0;
}
.TagClassName
{
border-color: #A363D0;
}
</style>