Shades of Amethyst #A36BDB
Tints of Amethyst #A36BDB
RGB
CMYK
RGB Variations
Color information
#A36BDB (or 0xA36BDB) is known color: Amethyst. HEX triplet: A3, 6B and DB. RGB value is (163,107,219). Sum of RGB (Red+Green+Blue) = 163+107+219=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #A36BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BDB is #5C9424. Grayscale: #888888. Windows color (decimal): -6067237 or 14379939. OLE color: 14379939.
HSL color Cylindrical-coordinate representation of color #A36BDB: hue angle of 270º 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 #A36BDB is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 107 | 219 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.14 |
| HSL | 270º | 0.61% | 0.64% | - |
| HSV(B) | 270º | 0.51% | 0.86% | - |
| XYZ | 33.15 | 23.42 | 69.79 | - |
| YUV | 136.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 219 | 0.26 | 0.51 | 0 | 0.14 | 270 | 0.61 | 0.64 |
| Hex | A3 | 6B | DB | 1A | 33 | 0 | E | 10E | 3D | 40 |
| Octal | 243 | 153 | 333 | 32 | 63 | 0 | 16 | 416 | 75 | 100 |
| Binary | 10100011 | 1101011 | 11011011 | 11010 | 110011 | 0 | 1110 | 100001110 | 111101 | 1000000 |
Color Harmonies of #A36BDB
Complementary color
Monochromatic Colors of #A36BDB
Black with #A36BDB
Text Example
Text Example
White with #A36BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36BDB; }
p { color: rgb(163,107,219); }
H1.HeaderClassName
{
color: #A36BDB;
}
.AnyTagClassName
{
color: #A36BDB;
}
</style>
background-color css
<style>
a { background-color: #A36BDB; }
a { background-color: rgb(163,107,219); }
div.DivClassName
{
background-color: #A36BDB;
}
.BgClassName
{
background-color: #A36BDB;
}
</style>
border-color css
<style>
span { border-color: #A36BDB; }
span { border-color: rgb(163,107,219); }
td.TdClassName
{
border-color: #A36BDB;
}
.TagClassName
{
border-color: #A36BDB;
}
</style>