Shades of Amethyst #A36ADF
Tints of Amethyst #A36ADF
RGB
CMYK
RGB Variations
Color information
#A36ADF (or 0xA36ADF) is known color: Amethyst. HEX triplet: A3, 6A and DF. RGB value is (163,106,223). Sum of RGB (Red+Green+Blue) = 163+106+223=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #A36ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ADF is #5C9520. Grayscale: #878787. Windows color (decimal): -6067489 or 14641827. OLE color: 14641827.
HSL color Cylindrical-coordinate representation of color #A36ADF: hue angle of 269.23º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A36ADF is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 106 | 223 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.13 |
| HSL | 269.23º | 0.65% | 0.65% | - |
| HSV(B) | 269.23º | 0.52% | 0.87% | - |
| XYZ | 33.58 | 23.42 | 72.56 | - |
| YUV | 136.38 | 176.88 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 223 | 0.27 | 0.52 | 0 | 0.13 | 269.23 | 0.65 | 0.65 |
| Hex | A3 | 6A | DF | 1B | 34 | 0 | D | 10D | 41 | 41 |
| Octal | 243 | 152 | 337 | 33 | 64 | 0 | 15 | 415 | 101 | 101 |
| Binary | 10100011 | 1101010 | 11011111 | 11011 | 110100 | 0 | 1101 | 100001101 | 1000001 | 1000001 |
Color Harmonies of #A36ADF
Complementary color
Monochromatic Colors of #A36ADF
Black with #A36ADF
Text Example
Text Example
White with #A36ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36ADF; }
p { color: rgb(163,106,223); }
H1.HeaderClassName
{
color: #A36ADF;
}
.AnyTagClassName
{
color: #A36ADF;
}
</style>
background-color css
<style>
a { background-color: #A36ADF; }
a { background-color: rgb(163,106,223); }
div.DivClassName
{
background-color: #A36ADF;
}
.BgClassName
{
background-color: #A36ADF;
}
</style>
border-color css
<style>
span { border-color: #A36ADF; }
span { border-color: rgb(163,106,223); }
td.TdClassName
{
border-color: #A36ADF;
}
.TagClassName
{
border-color: #A36ADF;
}
</style>