Shades of Amethyst #A067C0
Tints of Amethyst #A067C0
RGB
CMYK
RGB Variations
Color information
#A067C0 (or 0xA067C0) is known color: Amethyst. HEX triplet: A0, 67 and C0. RGB value is (160,103,192). Sum of RGB (Red+Green+Blue) = 160+103+192=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #A067C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067C0 is #5F983F. Grayscale: #818181. Windows color (decimal): -6264896 or 12609440. OLE color: 12609440.
HSL color Cylindrical-coordinate representation of color #A067C0: hue angle of 278.43º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A067C0 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 103 | 192 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.25 |
| HSL | 278.43º | 0.41% | 0.58% | - |
| HSV(B) | 278.43º | 0.46% | 0.75% | - |
| XYZ | 28.86 | 20.98 | 52.4 | - |
| YUV | 130.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 192 | 0.17 | 0.46 | 0 | 0.25 | 278.43 | 0.41 | 0.58 |
| Hex | A0 | 67 | C0 | 11 | 2E | 0 | 19 | 116 | 29 | 3A |
| Octal | 240 | 147 | 300 | 21 | 56 | 0 | 31 | 426 | 51 | 72 |
| Binary | 10100000 | 1100111 | 11000000 | 10001 | 101110 | 0 | 11001 | 100010110 | 101001 | 111010 |
Color Harmonies of #A067C0
Complementary color
Monochromatic Colors of #A067C0
Black with #A067C0
Text Example
Text Example
White with #A067C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067C0; }
p { color: rgb(160,103,192); }
H1.HeaderClassName
{
color: #A067C0;
}
.AnyTagClassName
{
color: #A067C0;
}
</style>
background-color css
<style>
a { background-color: #A067C0; }
a { background-color: rgb(160,103,192); }
div.DivClassName
{
background-color: #A067C0;
}
.BgClassName
{
background-color: #A067C0;
}
</style>
border-color css
<style>
span { border-color: #A067C0; }
span { border-color: rgb(160,103,192); }
td.TdClassName
{
border-color: #A067C0;
}
.TagClassName
{
border-color: #A067C0;
}
</style>