Shades of Amethyst #A36DC8
Tints of Amethyst #A36DC8
RGB
CMYK
RGB Variations
Color information
#A36DC8 (or 0xA36DC8) is known color: Amethyst. HEX triplet: A3, 6D and C8. RGB value is (163,109,200). Sum of RGB (Red+Green+Blue) = 163+109+200=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #A36DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DC8 is #5C9237. Grayscale: #878787. Windows color (decimal): -6066744 or 13135267. OLE color: 13135267.
HSL color Cylindrical-coordinate representation of color #A36DC8: hue angle of 275.6º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A36DC8 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 109 | 200 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.22 |
| HSL | 275.6º | 0.45% | 0.61% | - |
| HSV(B) | 275.6º | 0.46% | 0.78% | - |
| XYZ | 31 | 22.89 | 57.43 | - |
| YUV | 135.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 200 | 0.18 | 0.46 | 0 | 0.22 | 275.6 | 0.45 | 0.61 |
| Hex | A3 | 6D | C8 | 12 | 2E | 0 | 16 | 114 | 2D | 3D |
| Octal | 243 | 155 | 310 | 22 | 56 | 0 | 26 | 424 | 55 | 75 |
| Binary | 10100011 | 1101101 | 11001000 | 10010 | 101110 | 0 | 10110 | 100010100 | 101101 | 111101 |
Color Harmonies of #A36DC8
Complementary color
Monochromatic Colors of #A36DC8
Black with #A36DC8
Text Example
Text Example
White with #A36DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DC8; }
p { color: rgb(163,109,200); }
H1.HeaderClassName
{
color: #A36DC8;
}
.AnyTagClassName
{
color: #A36DC8;
}
</style>
background-color css
<style>
a { background-color: #A36DC8; }
a { background-color: rgb(163,109,200); }
div.DivClassName
{
background-color: #A36DC8;
}
.BgClassName
{
background-color: #A36DC8;
}
</style>
border-color css
<style>
span { border-color: #A36DC8; }
span { border-color: rgb(163,109,200); }
td.TdClassName
{
border-color: #A36DC8;
}
.TagClassName
{
border-color: #A36DC8;
}
</style>