Shades of Amethyst #A063CD
Tints of Amethyst #A063CD
RGB
CMYK
RGB Variations
Color information
#A063CD (or 0xA063CD) is known color: Amethyst. HEX triplet: A0, 63 and CD. RGB value is (160,99,205). Sum of RGB (Red+Green+Blue) = 160+99+205=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #A063CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063CD is #5F9C32. Grayscale: #808080. Windows color (decimal): -6265907 or 13460384. OLE color: 13460384.
HSL color Cylindrical-coordinate representation of color #A063CD: hue angle of 274.53º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A063CD is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 99 | 205 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.20 |
| HSL | 274.53º | 0.51% | 0.6% | - |
| HSV(B) | 274.53º | 0.52% | 0.8% | - |
| XYZ | 29.98 | 20.81 | 60.19 | - |
| YUV | 129.32 | 170.71 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 205 | 0.22 | 0.52 | 0 | 0.20 | 274.53 | 0.51 | 0.6 |
| Hex | A0 | 63 | CD | 16 | 34 | 0 | 14 | 113 | 33 | 3C |
| Octal | 240 | 143 | 315 | 26 | 64 | 0 | 24 | 423 | 63 | 74 |
| Binary | 10100000 | 1100011 | 11001101 | 10110 | 110100 | 0 | 10100 | 100010011 | 110011 | 111100 |
Color Harmonies of #A063CD
Complementary color
Monochromatic Colors of #A063CD
Black with #A063CD
Text Example
Text Example
White with #A063CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063CD; }
p { color: rgb(160,99,205); }
H1.HeaderClassName
{
color: #A063CD;
}
.AnyTagClassName
{
color: #A063CD;
}
</style>
background-color css
<style>
a { background-color: #A063CD; }
a { background-color: rgb(160,99,205); }
div.DivClassName
{
background-color: #A063CD;
}
.BgClassName
{
background-color: #A063CD;
}
</style>
border-color css
<style>
span { border-color: #A063CD; }
span { border-color: rgb(160,99,205); }
td.TdClassName
{
border-color: #A063CD;
}
.TagClassName
{
border-color: #A063CD;
}
</style>