Shades of Amethyst #A068BE
Tints of Amethyst #A068BE
RGB
CMYK
RGB Variations
Color information
#A068BE (or 0xA068BE) is known color: Amethyst. HEX triplet: A0, 68 and BE. RGB value is (160,104,190). Sum of RGB (Red+Green+Blue) = 160+104+190=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #A068BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068BE is #5F9741. Grayscale: #828282. Windows color (decimal): -6264642 or 12478624. OLE color: 12478624.
HSL color Cylindrical-coordinate representation of color #A068BE: hue angle of 279.07º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A068BE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 104 | 190 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.25 |
| HSL | 279.07º | 0.4% | 0.58% | - |
| HSV(B) | 279.07º | 0.45% | 0.75% | - |
| XYZ | 28.74 | 21.09 | 51.27 | - |
| YUV | 130.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 190 | 0.16 | 0.45 | 0 | 0.25 | 279.07 | 0.4 | 0.58 |
| Hex | A0 | 68 | BE | 10 | 2D | 0 | 19 | 117 | 28 | 3A |
| Octal | 240 | 150 | 276 | 20 | 55 | 0 | 31 | 427 | 50 | 72 |
| Binary | 10100000 | 1101000 | 10111110 | 10000 | 101101 | 0 | 11001 | 100010111 | 101000 | 111010 |
Color Harmonies of #A068BE
Complementary color
Monochromatic Colors of #A068BE
Black with #A068BE
Text Example
Text Example
White with #A068BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068BE; }
p { color: rgb(160,104,190); }
H1.HeaderClassName
{
color: #A068BE;
}
.AnyTagClassName
{
color: #A068BE;
}
</style>
background-color css
<style>
a { background-color: #A068BE; }
a { background-color: rgb(160,104,190); }
div.DivClassName
{
background-color: #A068BE;
}
.BgClassName
{
background-color: #A068BE;
}
</style>
border-color css
<style>
span { border-color: #A068BE; }
span { border-color: rgb(160,104,190); }
td.TdClassName
{
border-color: #A068BE;
}
.TagClassName
{
border-color: #A068BE;
}
</style>