Shades of Amethyst #A06ED2
Tints of Amethyst #A06ED2
RGB
CMYK
RGB Variations
Color information
#A06ED2 (or 0xA06ED2) is known color: Amethyst. HEX triplet: A0, 6E and D2. RGB value is (160,110,210). Sum of RGB (Red+Green+Blue) = 160+110+210=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #A06ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ED2 is #5F912D. Grayscale: #888888. Windows color (decimal): -6263086 or 13790880. OLE color: 13790880.
HSL color Cylindrical-coordinate representation of color #A06ED2: hue angle of 270º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A06ED2 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 110 | 210 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.18 |
| HSL | 270º | 0.53% | 0.63% | - |
| HSV(B) | 270º | 0.48% | 0.82% | - |
| XYZ | 31.71 | 23.28 | 63.79 | - |
| YUV | 136.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 210 | 0.24 | 0.48 | 0 | 0.18 | 270 | 0.53 | 0.63 |
| Hex | A0 | 6E | D2 | 18 | 30 | 0 | 12 | 10E | 35 | 3F |
| Octal | 240 | 156 | 322 | 30 | 60 | 0 | 22 | 416 | 65 | 77 |
| Binary | 10100000 | 1101110 | 11010010 | 11000 | 110000 | 0 | 10010 | 100001110 | 110101 | 111111 |
Color Harmonies of #A06ED2
Complementary color
Monochromatic Colors of #A06ED2
Black with #A06ED2
Text Example
Text Example
White with #A06ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06ED2; }
p { color: rgb(160,110,210); }
H1.HeaderClassName
{
color: #A06ED2;
}
.AnyTagClassName
{
color: #A06ED2;
}
</style>
background-color css
<style>
a { background-color: #A06ED2; }
a { background-color: rgb(160,110,210); }
div.DivClassName
{
background-color: #A06ED2;
}
.BgClassName
{
background-color: #A06ED2;
}
</style>
border-color css
<style>
span { border-color: #A06ED2; }
span { border-color: rgb(160,110,210); }
td.TdClassName
{
border-color: #A06ED2;
}
.TagClassName
{
border-color: #A06ED2;
}
</style>