Shades of Amethyst #A36BDA
Tints of Amethyst #A36BDA
RGB
CMYK
RGB Variations
Color information
#A36BDA (or 0xA36BDA) is known color: Amethyst. HEX triplet: A3, 6B and DA. RGB value is (163,107,218). Sum of RGB (Red+Green+Blue) = 163+107+218=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #A36BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BDA is #5C9425. Grayscale: #888888. Windows color (decimal): -6067238 or 14314403. OLE color: 14314403.
HSL color Cylindrical-coordinate representation of color #A36BDA: hue angle of 270.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A36BDA is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 107 | 218 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.15 |
| HSL | 270.27º | 0.6% | 0.64% | - |
| HSV(B) | 270.27º | 0.51% | 0.85% | - |
| XYZ | 33.02 | 23.36 | 69.1 | - |
| YUV | 136.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 218 | 0.25 | 0.51 | 0 | 0.15 | 270.27 | 0.6 | 0.64 |
| Hex | A3 | 6B | DA | 19 | 33 | 0 | F | 10E | 3C | 40 |
| Octal | 243 | 153 | 332 | 31 | 63 | 0 | 17 | 416 | 74 | 100 |
| Binary | 10100011 | 1101011 | 11011010 | 11001 | 110011 | 0 | 1111 | 100001110 | 111100 | 1000000 |
Color Harmonies of #A36BDA
Complementary color
Monochromatic Colors of #A36BDA
Black with #A36BDA
Text Example
Text Example
White with #A36BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36BDA; }
p { color: rgb(163,107,218); }
H1.HeaderClassName
{
color: #A36BDA;
}
.AnyTagClassName
{
color: #A36BDA;
}
</style>
background-color css
<style>
a { background-color: #A36BDA; }
a { background-color: rgb(163,107,218); }
div.DivClassName
{
background-color: #A36BDA;
}
.BgClassName
{
background-color: #A36BDA;
}
</style>
border-color css
<style>
span { border-color: #A36BDA; }
span { border-color: rgb(163,107,218); }
td.TdClassName
{
border-color: #A36BDA;
}
.TagClassName
{
border-color: #A36BDA;
}
</style>