Shades of Amethyst #A36CDB
Tints of Amethyst #A36CDB
RGB
CMYK
RGB Variations
Color information
#A36CDB (or 0xA36CDB) is known color: Amethyst. HEX triplet: A3, 6C and DB. RGB value is (163,108,219). Sum of RGB (Red+Green+Blue) = 163+108+219=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #A36CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CDB is #5C9324. Grayscale: #888888. Windows color (decimal): -6066981 or 14380195. OLE color: 14380195.
HSL color Cylindrical-coordinate representation of color #A36CDB: hue angle of 269.73º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A36CDB is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 108 | 219 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.14 |
| HSL | 269.73º | 0.61% | 0.64% | - |
| HSV(B) | 269.73º | 0.51% | 0.86% | - |
| XYZ | 33.25 | 23.63 | 69.83 | - |
| YUV | 137.1 | 174.22 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 219 | 0.26 | 0.51 | 0 | 0.14 | 269.73 | 0.61 | 0.64 |
| Hex | A3 | 6C | DB | 1A | 33 | 0 | E | 10E | 3D | 40 |
| Octal | 243 | 154 | 333 | 32 | 63 | 0 | 16 | 416 | 75 | 100 |
| Binary | 10100011 | 1101100 | 11011011 | 11010 | 110011 | 0 | 1110 | 100001110 | 111101 | 1000000 |
Color Harmonies of #A36CDB
Complementary color
Monochromatic Colors of #A36CDB
Black with #A36CDB
Text Example
Text Example
White with #A36CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36CDB; }
p { color: rgb(163,108,219); }
H1.HeaderClassName
{
color: #A36CDB;
}
.AnyTagClassName
{
color: #A36CDB;
}
</style>
background-color css
<style>
a { background-color: #A36CDB; }
a { background-color: rgb(163,108,219); }
div.DivClassName
{
background-color: #A36CDB;
}
.BgClassName
{
background-color: #A36CDB;
}
</style>
border-color css
<style>
span { border-color: #A36CDB; }
span { border-color: rgb(163,108,219); }
td.TdClassName
{
border-color: #A36CDB;
}
.TagClassName
{
border-color: #A36CDB;
}
</style>