Shades of Amethyst #A06BDA
Tints of Amethyst #A06BDA
RGB
CMYK
RGB Variations
Color information
#A06BDA (or 0xA06BDA) is known color: Amethyst. HEX triplet: A0, 6B and DA. RGB value is (160,107,218). Sum of RGB (Red+Green+Blue) = 160+107+218=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #A06BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BDA is #5F9425. Grayscale: #878787. Windows color (decimal): -6263846 or 14314400. OLE color: 14314400.
HSL color Cylindrical-coordinate representation of color #A06BDA: hue angle of 268.65º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A06BDA is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 107 | 218 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.15 |
| HSL | 268.65º | 0.6% | 0.64% | - |
| HSV(B) | 268.65º | 0.51% | 0.85% | - |
| XYZ | 32.41 | 23.05 | 69.07 | - |
| YUV | 135.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 218 | 0.27 | 0.51 | 0 | 0.15 | 268.65 | 0.6 | 0.64 |
| Hex | A0 | 6B | DA | 1B | 33 | 0 | F | 10D | 3C | 40 |
| Octal | 240 | 153 | 332 | 33 | 63 | 0 | 17 | 415 | 74 | 100 |
| Binary | 10100000 | 1101011 | 11011010 | 11011 | 110011 | 0 | 1111 | 100001101 | 111100 | 1000000 |
Color Harmonies of #A06BDA
Complementary color
Monochromatic Colors of #A06BDA
Black with #A06BDA
Text Example
Text Example
White with #A06BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06BDA; }
p { color: rgb(160,107,218); }
H1.HeaderClassName
{
color: #A06BDA;
}
.AnyTagClassName
{
color: #A06BDA;
}
</style>
background-color css
<style>
a { background-color: #A06BDA; }
a { background-color: rgb(160,107,218); }
div.DivClassName
{
background-color: #A06BDA;
}
.BgClassName
{
background-color: #A06BDA;
}
</style>
border-color css
<style>
span { border-color: #A06BDA; }
span { border-color: rgb(160,107,218); }
td.TdClassName
{
border-color: #A06BDA;
}
.TagClassName
{
border-color: #A06BDA;
}
</style>