Shades of Amethyst #A063E0
Tints of Amethyst #A063E0
RGB
CMYK
RGB Variations
Color information
#A063E0 (or 0xA063E0) is known color: Amethyst. HEX triplet: A0, 63 and E0. RGB value is (160,99,224). Sum of RGB (Red+Green+Blue) = 160+99+224=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #A063E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063E0 is #5F9C1F. Grayscale: #838383. Windows color (decimal): -6265888 or 14705568. OLE color: 14705568.
HSL color Cylindrical-coordinate representation of color #A063E0: hue angle of 269.28º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A063E0 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 99 | 224 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.12 |
| HSL | 269.28º | 0.67% | 0.63% | - |
| HSV(B) | 269.28º | 0.56% | 0.88% | - |
| XYZ | 32.41 | 21.78 | 73.02 | - |
| YUV | 131.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 224 | 0.29 | 0.56 | 0 | 0.12 | 269.28 | 0.67 | 0.63 |
| Hex | A0 | 63 | E0 | 1D | 38 | 0 | C | 10D | 43 | 3F |
| Octal | 240 | 143 | 340 | 35 | 70 | 0 | 14 | 415 | 103 | 77 |
| Binary | 10100000 | 1100011 | 11100000 | 11101 | 111000 | 0 | 1100 | 100001101 | 1000011 | 111111 |
Color Harmonies of #A063E0
Complementary color
Monochromatic Colors of #A063E0
Black with #A063E0
Text Example
Text Example
White with #A063E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063E0; }
p { color: rgb(160,99,224); }
H1.HeaderClassName
{
color: #A063E0;
}
.AnyTagClassName
{
color: #A063E0;
}
</style>
background-color css
<style>
a { background-color: #A063E0; }
a { background-color: rgb(160,99,224); }
div.DivClassName
{
background-color: #A063E0;
}
.BgClassName
{
background-color: #A063E0;
}
</style>
border-color css
<style>
span { border-color: #A063E0; }
span { border-color: rgb(160,99,224); }
td.TdClassName
{
border-color: #A063E0;
}
.TagClassName
{
border-color: #A063E0;
}
</style>