Shades of Amethyst #A063D0
Tints of Amethyst #A063D0
RGB
CMYK
RGB Variations
Color information
#A063D0 (or 0xA063D0) is known color: Amethyst. HEX triplet: A0, 63 and D0. RGB value is (160,99,208). Sum of RGB (Red+Green+Blue) = 160+99+208=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #A063D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063D0 is #5F9C2F. Grayscale: #818181. Windows color (decimal): -6265904 or 13656992. OLE color: 13656992.
HSL color Cylindrical-coordinate representation of color #A063D0: hue angle of 273.58º 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 #A063D0 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 99 | 208 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.18 |
| HSL | 273.58º | 0.54% | 0.6% | - |
| HSV(B) | 273.58º | 0.52% | 0.82% | - |
| XYZ | 30.34 | 20.95 | 62.12 | - |
| YUV | 129.67 | 172.21 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 208 | 0.23 | 0.52 | 0 | 0.18 | 273.58 | 0.54 | 0.6 |
| Hex | A0 | 63 | D0 | 17 | 34 | 0 | 12 | 112 | 36 | 3C |
| Octal | 240 | 143 | 320 | 27 | 64 | 0 | 22 | 422 | 66 | 74 |
| Binary | 10100000 | 1100011 | 11010000 | 10111 | 110100 | 0 | 10010 | 100010010 | 110110 | 111100 |
Color Harmonies of #A063D0
Complementary color
Monochromatic Colors of #A063D0
Black with #A063D0
Text Example
Text Example
White with #A063D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063D0; }
p { color: rgb(160,99,208); }
H1.HeaderClassName
{
color: #A063D0;
}
.AnyTagClassName
{
color: #A063D0;
}
</style>
background-color css
<style>
a { background-color: #A063D0; }
a { background-color: rgb(160,99,208); }
div.DivClassName
{
background-color: #A063D0;
}
.BgClassName
{
background-color: #A063D0;
}
</style>
border-color css
<style>
span { border-color: #A063D0; }
span { border-color: rgb(160,99,208); }
td.TdClassName
{
border-color: #A063D0;
}
.TagClassName
{
border-color: #A063D0;
}
</style>