Shades of Amethyst #A068DB
Tints of Amethyst #A068DB
RGB
CMYK
RGB Variations
Color information
#A068DB (or 0xA068DB) is known color: Amethyst. HEX triplet: A0, 68 and DB. RGB value is (160,104,219). Sum of RGB (Red+Green+Blue) = 160+104+219=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #A068DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068DB is #5F9724. Grayscale: #858585. Windows color (decimal): -6264613 or 14379168. OLE color: 14379168.
HSL color Cylindrical-coordinate representation of color #A068DB: hue angle of 269.22º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A068DB is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 104 | 219 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.14 |
| HSL | 269.22º | 0.61% | 0.63% | - |
| HSV(B) | 269.22º | 0.53% | 0.86% | - |
| XYZ | 32.23 | 22.49 | 69.66 | - |
| YUV | 133.85 | 176.05 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 219 | 0.27 | 0.53 | 0 | 0.14 | 269.22 | 0.61 | 0.63 |
| Hex | A0 | 68 | DB | 1B | 35 | 0 | E | 10D | 3D | 3F |
| Octal | 240 | 150 | 333 | 33 | 65 | 0 | 16 | 415 | 75 | 77 |
| Binary | 10100000 | 1101000 | 11011011 | 11011 | 110101 | 0 | 1110 | 100001101 | 111101 | 111111 |
Color Harmonies of #A068DB
Complementary color
Monochromatic Colors of #A068DB
Black with #A068DB
Text Example
Text Example
White with #A068DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068DB; }
p { color: rgb(160,104,219); }
H1.HeaderClassName
{
color: #A068DB;
}
.AnyTagClassName
{
color: #A068DB;
}
</style>
background-color css
<style>
a { background-color: #A068DB; }
a { background-color: rgb(160,104,219); }
div.DivClassName
{
background-color: #A068DB;
}
.BgClassName
{
background-color: #A068DB;
}
</style>
border-color css
<style>
span { border-color: #A068DB; }
span { border-color: rgb(160,104,219); }
td.TdClassName
{
border-color: #A068DB;
}
.TagClassName
{
border-color: #A068DB;
}
</style>