Shades of Amethyst #A06DBE
Tints of Amethyst #A06DBE
RGB
CMYK
RGB Variations
Color information
#A06DBE (or 0xA06DBE) is known color: Amethyst. HEX triplet: A0, 6D and BE. RGB value is (160,109,190). Sum of RGB (Red+Green+Blue) = 160+109+190=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #A06DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DBE is #5F9241. Grayscale: #858585. Windows color (decimal): -6263362 or 12479904. OLE color: 12479904.
HSL color Cylindrical-coordinate representation of color #A06DBE: hue angle of 277.78º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A06DBE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 109 | 190 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.25 |
| HSL | 277.78º | 0.38% | 0.59% | - |
| HSV(B) | 277.78º | 0.43% | 0.75% | - |
| XYZ | 29.26 | 22.13 | 51.44 | - |
| YUV | 133.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 190 | 0.16 | 0.43 | 0 | 0.25 | 277.78 | 0.38 | 0.59 |
| Hex | A0 | 6D | BE | 10 | 2B | 0 | 19 | 116 | 26 | 3B |
| Octal | 240 | 155 | 276 | 20 | 53 | 0 | 31 | 426 | 46 | 73 |
| Binary | 10100000 | 1101101 | 10111110 | 10000 | 101011 | 0 | 11001 | 100010110 | 100110 | 111011 |
Color Harmonies of #A06DBE
Complementary color
Monochromatic Colors of #A06DBE
Black with #A06DBE
Text Example
Text Example
White with #A06DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DBE; }
p { color: rgb(160,109,190); }
H1.HeaderClassName
{
color: #A06DBE;
}
.AnyTagClassName
{
color: #A06DBE;
}
</style>
background-color css
<style>
a { background-color: #A06DBE; }
a { background-color: rgb(160,109,190); }
div.DivClassName
{
background-color: #A06DBE;
}
.BgClassName
{
background-color: #A06DBE;
}
</style>
border-color css
<style>
span { border-color: #A06DBE; }
span { border-color: rgb(160,109,190); }
td.TdClassName
{
border-color: #A06DBE;
}
.TagClassName
{
border-color: #A06DBE;
}
</style>