Shades of Amethyst #A36BDD
Tints of Amethyst #A36BDD
RGB
CMYK
RGB Variations
Color information
#A36BDD (or 0xA36BDD) is known color: Amethyst. HEX triplet: A3, 6B and DD. RGB value is (163,107,221). Sum of RGB (Red+Green+Blue) = 163+107+221=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #A36BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BDD is #5C9422. Grayscale: #888888. Windows color (decimal): -6067235 or 14511011. OLE color: 14511011.
HSL color Cylindrical-coordinate representation of color #A36BDD: hue angle of 269.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A36BDD is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 107 | 221 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.13 |
| HSL | 269.47º | 0.63% | 0.64% | - |
| HSV(B) | 269.47º | 0.52% | 0.87% | - |
| XYZ | 33.41 | 23.52 | 71.19 | - |
| YUV | 136.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 221 | 0.26 | 0.52 | 0 | 0.13 | 269.47 | 0.63 | 0.64 |
| Hex | A3 | 6B | DD | 1A | 34 | 0 | D | 10D | 3F | 40 |
| Octal | 243 | 153 | 335 | 32 | 64 | 0 | 15 | 415 | 77 | 100 |
| Binary | 10100011 | 1101011 | 11011101 | 11010 | 110100 | 0 | 1101 | 100001101 | 111111 | 1000000 |
Color Harmonies of #A36BDD
Complementary color
Monochromatic Colors of #A36BDD
Black with #A36BDD
Text Example
Text Example
White with #A36BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36BDD; }
p { color: rgb(163,107,221); }
H1.HeaderClassName
{
color: #A36BDD;
}
.AnyTagClassName
{
color: #A36BDD;
}
</style>
background-color css
<style>
a { background-color: #A36BDD; }
a { background-color: rgb(163,107,221); }
div.DivClassName
{
background-color: #A36BDD;
}
.BgClassName
{
background-color: #A36BDD;
}
</style>
border-color css
<style>
span { border-color: #A36BDD; }
span { border-color: rgb(163,107,221); }
td.TdClassName
{
border-color: #A36BDD;
}
.TagClassName
{
border-color: #A36BDD;
}
</style>