Shades of Amethyst #A063CE
Tints of Amethyst #A063CE
RGB
CMYK
RGB Variations
Color information
#A063CE (or 0xA063CE) is known color: Amethyst. HEX triplet: A0, 63 and CE. RGB value is (160,99,206). Sum of RGB (Red+Green+Blue) = 160+99+206=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #A063CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063CE is #5F9C31. Grayscale: #818181. Windows color (decimal): -6265906 or 13525920. OLE color: 13525920.
HSL color Cylindrical-coordinate representation of color #A063CE: hue angle of 274.21º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A063CE is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 99 | 206 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.19 |
| HSL | 274.21º | 0.52% | 0.6% | - |
| HSV(B) | 274.21º | 0.52% | 0.81% | - |
| XYZ | 30.1 | 20.85 | 60.83 | - |
| YUV | 129.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 206 | 0.22 | 0.52 | 0 | 0.19 | 274.21 | 0.52 | 0.6 |
| Hex | A0 | 63 | CE | 16 | 34 | 0 | 13 | 112 | 34 | 3C |
| Octal | 240 | 143 | 316 | 26 | 64 | 0 | 23 | 422 | 64 | 74 |
| Binary | 10100000 | 1100011 | 11001110 | 10110 | 110100 | 0 | 10011 | 100010010 | 110100 | 111100 |
Color Harmonies of #A063CE
Complementary color
Monochromatic Colors of #A063CE
Black with #A063CE
Text Example
Text Example
White with #A063CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063CE; }
p { color: rgb(160,99,206); }
H1.HeaderClassName
{
color: #A063CE;
}
.AnyTagClassName
{
color: #A063CE;
}
</style>
background-color css
<style>
a { background-color: #A063CE; }
a { background-color: rgb(160,99,206); }
div.DivClassName
{
background-color: #A063CE;
}
.BgClassName
{
background-color: #A063CE;
}
</style>
border-color css
<style>
span { border-color: #A063CE; }
span { border-color: rgb(160,99,206); }
td.TdClassName
{
border-color: #A063CE;
}
.TagClassName
{
border-color: #A063CE;
}
</style>