Shades of Amethyst #A36FD4
Tints of Amethyst #A36FD4
RGB
CMYK
RGB Variations
Color information
#A36FD4 (or 0xA36FD4) is known color: Amethyst. HEX triplet: A3, 6F and D4. RGB value is (163,111,212). Sum of RGB (Red+Green+Blue) = 163+111+212=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #A36FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FD4 is #5C902B. Grayscale: #898989. Windows color (decimal): -6066220 or 13922211. OLE color: 13922211.
HSL color Cylindrical-coordinate representation of color #A36FD4: hue angle of 270.89º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A36FD4 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 111 | 212 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.17 |
| HSL | 270.89º | 0.54% | 0.63% | - |
| HSV(B) | 270.89º | 0.48% | 0.83% | - |
| XYZ | 32.67 | 23.91 | 65.18 | - |
| YUV | 138.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 212 | 0.23 | 0.48 | 0 | 0.17 | 270.89 | 0.54 | 0.63 |
| Hex | A3 | 6F | D4 | 17 | 30 | 0 | 11 | 10F | 36 | 3F |
| Octal | 243 | 157 | 324 | 27 | 60 | 0 | 21 | 417 | 66 | 77 |
| Binary | 10100011 | 1101111 | 11010100 | 10111 | 110000 | 0 | 10001 | 100001111 | 110110 | 111111 |
Color Harmonies of #A36FD4
Complementary color
Monochromatic Colors of #A36FD4
Black with #A36FD4
Text Example
Text Example
White with #A36FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FD4; }
p { color: rgb(163,111,212); }
H1.HeaderClassName
{
color: #A36FD4;
}
.AnyTagClassName
{
color: #A36FD4;
}
</style>
background-color css
<style>
a { background-color: #A36FD4; }
a { background-color: rgb(163,111,212); }
div.DivClassName
{
background-color: #A36FD4;
}
.BgClassName
{
background-color: #A36FD4;
}
</style>
border-color css
<style>
span { border-color: #A36FD4; }
span { border-color: rgb(163,111,212); }
td.TdClassName
{
border-color: #A36FD4;
}
.TagClassName
{
border-color: #A36FD4;
}
</style>