Shades of Amethyst #A068D9
Tints of Amethyst #A068D9
RGB
CMYK
RGB Variations
Color information
#A068D9 (or 0xA068D9) is known color: Amethyst. HEX triplet: A0, 68 and D9. RGB value is (160,104,217). Sum of RGB (Red+Green+Blue) = 160+104+217=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #A068D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068D9 is #5F9726. Grayscale: #858585. Windows color (decimal): -6264615 or 14248096. OLE color: 14248096.
HSL color Cylindrical-coordinate representation of color #A068D9: hue angle of 269.73º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A068D9 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 104 | 217 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.15 |
| HSL | 269.73º | 0.6% | 0.63% | - |
| HSV(B) | 269.73º | 0.52% | 0.85% | - |
| XYZ | 31.97 | 22.38 | 68.28 | - |
| YUV | 133.63 | 175.05 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 217 | 0.26 | 0.52 | 0 | 0.15 | 269.73 | 0.6 | 0.63 |
| Hex | A0 | 68 | D9 | 1A | 34 | 0 | F | 10E | 3C | 3F |
| Octal | 240 | 150 | 331 | 32 | 64 | 0 | 17 | 416 | 74 | 77 |
| Binary | 10100000 | 1101000 | 11011001 | 11010 | 110100 | 0 | 1111 | 100001110 | 111100 | 111111 |
Color Harmonies of #A068D9
Complementary color
Monochromatic Colors of #A068D9
Black with #A068D9
Text Example
Text Example
White with #A068D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068D9; }
p { color: rgb(160,104,217); }
H1.HeaderClassName
{
color: #A068D9;
}
.AnyTagClassName
{
color: #A068D9;
}
</style>
background-color css
<style>
a { background-color: #A068D9; }
a { background-color: rgb(160,104,217); }
div.DivClassName
{
background-color: #A068D9;
}
.BgClassName
{
background-color: #A068D9;
}
</style>
border-color css
<style>
span { border-color: #A068D9; }
span { border-color: rgb(160,104,217); }
td.TdClassName
{
border-color: #A068D9;
}
.TagClassName
{
border-color: #A068D9;
}
</style>