Shades of Amethyst #A36DBE
Tints of Amethyst #A36DBE
RGB
CMYK
RGB Variations
Color information
#A36DBE (or 0xA36DBE) is known color: Amethyst. HEX triplet: A3, 6D and BE. RGB value is (163,109,190). Sum of RGB (Red+Green+Blue) = 163+109+190=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #A36DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DBE is #5C9241. Grayscale: #868686. Windows color (decimal): -6066754 or 12479907. OLE color: 12479907.
HSL color Cylindrical-coordinate representation of color #A36DBE: hue angle of 280º 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 #A36DBE is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 109 | 190 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.25 |
| HSL | 280º | 0.38% | 0.59% | - |
| HSV(B) | 280º | 0.43% | 0.75% | - |
| XYZ | 29.87 | 22.44 | 51.47 | - |
| YUV | 134.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 190 | 0.14 | 0.43 | 0 | 0.25 | 280 | 0.38 | 0.59 |
| Hex | A3 | 6D | BE | E | 2B | 0 | 19 | 118 | 26 | 3B |
| Octal | 243 | 155 | 276 | 16 | 53 | 0 | 31 | 430 | 46 | 73 |
| Binary | 10100011 | 1101101 | 10111110 | 1110 | 101011 | 0 | 11001 | 100011000 | 100110 | 111011 |
Color Harmonies of #A36DBE
Complementary color
Monochromatic Colors of #A36DBE
Black with #A36DBE
Text Example
Text Example
White with #A36DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DBE; }
p { color: rgb(163,109,190); }
H1.HeaderClassName
{
color: #A36DBE;
}
.AnyTagClassName
{
color: #A36DBE;
}
</style>
background-color css
<style>
a { background-color: #A36DBE; }
a { background-color: rgb(163,109,190); }
div.DivClassName
{
background-color: #A36DBE;
}
.BgClassName
{
background-color: #A36DBE;
}
</style>
border-color css
<style>
span { border-color: #A36DBE; }
span { border-color: rgb(163,109,190); }
td.TdClassName
{
border-color: #A36DBE;
}
.TagClassName
{
border-color: #A36DBE;
}
</style>