Shades of Amethyst #A06ECF
Tints of Amethyst #A06ECF
RGB
CMYK
RGB Variations
Color information
#A06ECF (or 0xA06ECF) is known color: Amethyst. HEX triplet: A0, 6E and CF. RGB value is (160,110,207). Sum of RGB (Red+Green+Blue) = 160+110+207=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #A06ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ECF is #5F9130. Grayscale: #878787. Windows color (decimal): -6263089 or 13594272. OLE color: 13594272.
HSL color Cylindrical-coordinate representation of color #A06ECF: hue angle of 270.93º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A06ECF is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 110 | 207 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.19 |
| HSL | 270.93º | 0.5% | 0.62% | - |
| HSV(B) | 270.93º | 0.47% | 0.81% | - |
| XYZ | 31.34 | 23.13 | 61.84 | - |
| YUV | 136.01 | 168.07 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 207 | 0.23 | 0.47 | 0 | 0.19 | 270.93 | 0.5 | 0.62 |
| Hex | A0 | 6E | CF | 17 | 2F | 0 | 13 | 10F | 32 | 3E |
| Octal | 240 | 156 | 317 | 27 | 57 | 0 | 23 | 417 | 62 | 76 |
| Binary | 10100000 | 1101110 | 11001111 | 10111 | 101111 | 0 | 10011 | 100001111 | 110010 | 111110 |
Color Harmonies of #A06ECF
Complementary color
Monochromatic Colors of #A06ECF
Black with #A06ECF
Text Example
Text Example
White with #A06ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06ECF; }
p { color: rgb(160,110,207); }
H1.HeaderClassName
{
color: #A06ECF;
}
.AnyTagClassName
{
color: #A06ECF;
}
</style>
background-color css
<style>
a { background-color: #A06ECF; }
a { background-color: rgb(160,110,207); }
div.DivClassName
{
background-color: #A06ECF;
}
.BgClassName
{
background-color: #A06ECF;
}
</style>
border-color css
<style>
span { border-color: #A06ECF; }
span { border-color: rgb(160,110,207); }
td.TdClassName
{
border-color: #A06ECF;
}
.TagClassName
{
border-color: #A06ECF;
}
</style>