Shades of Amethyst #A063CC
Tints of Amethyst #A063CC
RGB
CMYK
RGB Variations
Color information
#A063CC (or 0xA063CC) is known color: Amethyst. HEX triplet: A0, 63 and CC. RGB value is (160,99,204). Sum of RGB (Red+Green+Blue) = 160+99+204=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #A063CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063CC is #5F9C33. Grayscale: #808080. Windows color (decimal): -6265908 or 13394848. OLE color: 13394848.
HSL color Cylindrical-coordinate representation of color #A063CC: hue angle of 274.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A063CC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 99 | 204 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.2 |
| HSL | 274.86º | 0.51% | 0.59% | - |
| HSV(B) | 274.86º | 0.51% | 0.8% | - |
| XYZ | 29.86 | 20.76 | 59.56 | - |
| YUV | 129.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 204 | 0.22 | 0.51 | 0 | 0.2 | 274.86 | 0.51 | 0.59 |
| Hex | A0 | 63 | CC | 16 | 33 | 0 | 14 | 113 | 33 | 3B |
| Octal | 240 | 143 | 314 | 26 | 63 | 0 | 24 | 423 | 63 | 73 |
| Binary | 10100000 | 1100011 | 11001100 | 10110 | 110011 | 0 | 10100 | 100010011 | 110011 | 111011 |
Color Harmonies of #A063CC
Complementary color
Monochromatic Colors of #A063CC
Black with #A063CC
Text Example
Text Example
White with #A063CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063CC; }
p { color: rgb(160,99,204); }
H1.HeaderClassName
{
color: #A063CC;
}
.AnyTagClassName
{
color: #A063CC;
}
</style>
background-color css
<style>
a { background-color: #A063CC; }
a { background-color: rgb(160,99,204); }
div.DivClassName
{
background-color: #A063CC;
}
.BgClassName
{
background-color: #A063CC;
}
</style>
border-color css
<style>
span { border-color: #A063CC; }
span { border-color: rgb(160,99,204); }
td.TdClassName
{
border-color: #A063CC;
}
.TagClassName
{
border-color: #A063CC;
}
</style>