Shades of Amethyst #A06DCF
Tints of Amethyst #A06DCF
RGB
CMYK
RGB Variations
Color information
#A06DCF (or 0xA06DCF) is known color: Amethyst. HEX triplet: A0, 6D and CF. RGB value is (160,109,207). Sum of RGB (Red+Green+Blue) = 160+109+207=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #A06DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DCF is #5F9230. Grayscale: #878787. Windows color (decimal): -6263345 or 13594016. OLE color: 13594016.
HSL color Cylindrical-coordinate representation of color #A06DCF: hue angle of 271.22º degrees, saturation: 0.51, 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 #A06DCF is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 109 | 207 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.19 |
| HSL | 271.22º | 0.51% | 0.62% | - |
| HSV(B) | 271.22º | 0.47% | 0.81% | - |
| XYZ | 31.23 | 22.92 | 61.81 | - |
| YUV | 135.42 | 168.4 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 207 | 0.23 | 0.47 | 0 | 0.19 | 271.22 | 0.51 | 0.62 |
| Hex | A0 | 6D | CF | 17 | 2F | 0 | 13 | 10F | 33 | 3E |
| Octal | 240 | 155 | 317 | 27 | 57 | 0 | 23 | 417 | 63 | 76 |
| Binary | 10100000 | 1101101 | 11001111 | 10111 | 101111 | 0 | 10011 | 100001111 | 110011 | 111110 |
Color Harmonies of #A06DCF
Complementary color
Monochromatic Colors of #A06DCF
Black with #A06DCF
Text Example
Text Example
White with #A06DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DCF; }
p { color: rgb(160,109,207); }
H1.HeaderClassName
{
color: #A06DCF;
}
.AnyTagClassName
{
color: #A06DCF;
}
</style>
background-color css
<style>
a { background-color: #A06DCF; }
a { background-color: rgb(160,109,207); }
div.DivClassName
{
background-color: #A06DCF;
}
.BgClassName
{
background-color: #A06DCF;
}
</style>
border-color css
<style>
span { border-color: #A06DCF; }
span { border-color: rgb(160,109,207); }
td.TdClassName
{
border-color: #A06DCF;
}
.TagClassName
{
border-color: #A06DCF;
}
</style>