Shades of Amethyst #A36FDB
Tints of Amethyst #A36FDB
RGB
CMYK
RGB Variations
Color information
#A36FDB (or 0xA36FDB) is known color: Amethyst. HEX triplet: A3, 6F and DB. RGB value is (163,111,219). Sum of RGB (Red+Green+Blue) = 163+111+219=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #A36FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FDB is #5C9024. Grayscale: #8A8A8A. Windows color (decimal): -6066213 or 14380963. OLE color: 14380963.
HSL color Cylindrical-coordinate representation of color #A36FDB: hue angle of 268.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A36FDB is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 111 | 219 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.14 |
| HSL | 268.89º | 0.6% | 0.65% | - |
| HSV(B) | 268.89º | 0.49% | 0.86% | - |
| XYZ | 33.57 | 24.27 | 69.93 | - |
| YUV | 138.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 219 | 0.26 | 0.49 | 0 | 0.14 | 268.89 | 0.6 | 0.65 |
| Hex | A3 | 6F | DB | 1A | 31 | 0 | E | 10D | 3C | 41 |
| Octal | 243 | 157 | 333 | 32 | 61 | 0 | 16 | 415 | 74 | 101 |
| Binary | 10100011 | 1101111 | 11011011 | 11010 | 110001 | 0 | 1110 | 100001101 | 111100 | 1000001 |
Color Harmonies of #A36FDB
Complementary color
Monochromatic Colors of #A36FDB
Black with #A36FDB
Text Example
Text Example
White with #A36FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FDB; }
p { color: rgb(163,111,219); }
H1.HeaderClassName
{
color: #A36FDB;
}
.AnyTagClassName
{
color: #A36FDB;
}
</style>
background-color css
<style>
a { background-color: #A36FDB; }
a { background-color: rgb(163,111,219); }
div.DivClassName
{
background-color: #A36FDB;
}
.BgClassName
{
background-color: #A36FDB;
}
</style>
border-color css
<style>
span { border-color: #A36FDB; }
span { border-color: rgb(163,111,219); }
td.TdClassName
{
border-color: #A36FDB;
}
.TagClassName
{
border-color: #A36FDB;
}
</style>