Shades of Amethyst #A06ED1
Tints of Amethyst #A06ED1
RGB
CMYK
RGB Variations
Color information
#A06ED1 (or 0xA06ED1) is known color: Amethyst. HEX triplet: A0, 6E and D1. RGB value is (160,110,209). Sum of RGB (Red+Green+Blue) = 160+110+209=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #A06ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ED1 is #5F912E. Grayscale: #878787. Windows color (decimal): -6263087 or 13725344. OLE color: 13725344.
HSL color Cylindrical-coordinate representation of color #A06ED1: hue angle of 270.3º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A06ED1 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 110 | 209 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.18 |
| HSL | 270.3º | 0.52% | 0.63% | - |
| HSV(B) | 270.3º | 0.47% | 0.82% | - |
| XYZ | 31.58 | 23.23 | 63.14 | - |
| YUV | 136.24 | 169.07 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 209 | 0.23 | 0.47 | 0 | 0.18 | 270.3 | 0.52 | 0.63 |
| Hex | A0 | 6E | D1 | 17 | 2F | 0 | 12 | 10E | 34 | 3F |
| Octal | 240 | 156 | 321 | 27 | 57 | 0 | 22 | 416 | 64 | 77 |
| Binary | 10100000 | 1101110 | 11010001 | 10111 | 101111 | 0 | 10010 | 100001110 | 110100 | 111111 |
Color Harmonies of #A06ED1
Complementary color
Monochromatic Colors of #A06ED1
Black with #A06ED1
Text Example
Text Example
White with #A06ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06ED1; }
p { color: rgb(160,110,209); }
H1.HeaderClassName
{
color: #A06ED1;
}
.AnyTagClassName
{
color: #A06ED1;
}
</style>
background-color css
<style>
a { background-color: #A06ED1; }
a { background-color: rgb(160,110,209); }
div.DivClassName
{
background-color: #A06ED1;
}
.BgClassName
{
background-color: #A06ED1;
}
</style>
border-color css
<style>
span { border-color: #A06ED1; }
span { border-color: rgb(160,110,209); }
td.TdClassName
{
border-color: #A06ED1;
}
.TagClassName
{
border-color: #A06ED1;
}
</style>