Shades of Amethyst #A36AD4
Tints of Amethyst #A36AD4
RGB
CMYK
RGB Variations
Color information
#A36AD4 (or 0xA36AD4) is known color: Amethyst. HEX triplet: A3, 6A and D4. RGB value is (163,106,212). Sum of RGB (Red+Green+Blue) = 163+106+212=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #A36AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36AD4 is #5C952B. Grayscale: #868686. Windows color (decimal): -6067500 or 13920931. OLE color: 13920931.
HSL color Cylindrical-coordinate representation of color #A36AD4: hue angle of 272.26º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A36AD4 is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 106 | 212 | - |
| CMYK | 0.23 | 0.5 | 0 | 0.17 |
| HSL | 272.26º | 0.55% | 0.62% | - |
| HSV(B) | 272.26º | 0.5% | 0.83% | - |
| XYZ | 32.14 | 22.85 | 65 | - |
| YUV | 135.13 | 171.38 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 212 | 0.23 | 0.5 | 0 | 0.17 | 272.26 | 0.55 | 0.62 |
| Hex | A3 | 6A | D4 | 17 | 32 | 0 | 11 | 110 | 37 | 3E |
| Octal | 243 | 152 | 324 | 27 | 62 | 0 | 21 | 420 | 67 | 76 |
| Binary | 10100011 | 1101010 | 11010100 | 10111 | 110010 | 0 | 10001 | 100010000 | 110111 | 111110 |
Color Harmonies of #A36AD4
Complementary color
Monochromatic Colors of #A36AD4
Black with #A36AD4
Text Example
Text Example
White with #A36AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36AD4; }
p { color: rgb(163,106,212); }
H1.HeaderClassName
{
color: #A36AD4;
}
.AnyTagClassName
{
color: #A36AD4;
}
</style>
background-color css
<style>
a { background-color: #A36AD4; }
a { background-color: rgb(163,106,212); }
div.DivClassName
{
background-color: #A36AD4;
}
.BgClassName
{
background-color: #A36AD4;
}
</style>
border-color css
<style>
span { border-color: #A36AD4; }
span { border-color: rgb(163,106,212); }
td.TdClassName
{
border-color: #A36AD4;
}
.TagClassName
{
border-color: #A36AD4;
}
</style>