Shades of Amethyst #A36FD5
Tints of Amethyst #A36FD5
RGB
CMYK
RGB Variations
Color information
#A36FD5 (or 0xA36FD5) is known color: Amethyst. HEX triplet: A3, 6F and D5. RGB value is (163,111,213). Sum of RGB (Red+Green+Blue) = 163+111+213=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #A36FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FD5 is #5C902A. Grayscale: #898989. Windows color (decimal): -6066219 or 13987747. OLE color: 13987747.
HSL color Cylindrical-coordinate representation of color #A36FD5: hue angle of 270.59º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A36FD5 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 111 | 213 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.16 |
| HSL | 270.59º | 0.55% | 0.64% | - |
| HSV(B) | 270.59º | 0.48% | 0.84% | - |
| XYZ | 32.8 | 23.96 | 65.85 | - |
| YUV | 138.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 213 | 0.23 | 0.48 | 0 | 0.16 | 270.59 | 0.55 | 0.64 |
| Hex | A3 | 6F | D5 | 17 | 30 | 0 | 10 | 10F | 37 | 40 |
| Octal | 243 | 157 | 325 | 27 | 60 | 0 | 20 | 417 | 67 | 100 |
| Binary | 10100011 | 1101111 | 11010101 | 10111 | 110000 | 0 | 10000 | 100001111 | 110111 | 1000000 |
Color Harmonies of #A36FD5
Complementary color
Monochromatic Colors of #A36FD5
Black with #A36FD5
Text Example
Text Example
White with #A36FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FD5; }
p { color: rgb(163,111,213); }
H1.HeaderClassName
{
color: #A36FD5;
}
.AnyTagClassName
{
color: #A36FD5;
}
</style>
background-color css
<style>
a { background-color: #A36FD5; }
a { background-color: rgb(163,111,213); }
div.DivClassName
{
background-color: #A36FD5;
}
.BgClassName
{
background-color: #A36FD5;
}
</style>
border-color css
<style>
span { border-color: #A36FD5; }
span { border-color: rgb(163,111,213); }
td.TdClassName
{
border-color: #A36FD5;
}
.TagClassName
{
border-color: #A36FD5;
}
</style>