Shades of Amethyst #A36CC8
Tints of Amethyst #A36CC8
RGB
CMYK
RGB Variations
Color information
#A36CC8 (or 0xA36CC8) is known color: Amethyst. HEX triplet: A3, 6C and C8. RGB value is (163,108,200). Sum of RGB (Red+Green+Blue) = 163+108+200=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #A36CC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CC8 is #5C9337. Grayscale: #868686. Windows color (decimal): -6067000 or 13135011. OLE color: 13135011.
HSL color Cylindrical-coordinate representation of color #A36CC8: hue angle of 275.87º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A36CC8 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 108 | 200 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.22 |
| HSL | 275.87º | 0.46% | 0.6% | - |
| HSV(B) | 275.87º | 0.46% | 0.78% | - |
| XYZ | 30.89 | 22.68 | 57.39 | - |
| YUV | 134.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 200 | 0.18 | 0.46 | 0 | 0.22 | 275.87 | 0.46 | 0.6 |
| Hex | A3 | 6C | C8 | 12 | 2E | 0 | 16 | 114 | 2E | 3C |
| Octal | 243 | 154 | 310 | 22 | 56 | 0 | 26 | 424 | 56 | 74 |
| Binary | 10100011 | 1101100 | 11001000 | 10010 | 101110 | 0 | 10110 | 100010100 | 101110 | 111100 |
Color Harmonies of #A36CC8
Complementary color
Monochromatic Colors of #A36CC8
Black with #A36CC8
Text Example
Text Example
White with #A36CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36CC8; }
p { color: rgb(163,108,200); }
H1.HeaderClassName
{
color: #A36CC8;
}
.AnyTagClassName
{
color: #A36CC8;
}
</style>
background-color css
<style>
a { background-color: #A36CC8; }
a { background-color: rgb(163,108,200); }
div.DivClassName
{
background-color: #A36CC8;
}
.BgClassName
{
background-color: #A36CC8;
}
</style>
border-color css
<style>
span { border-color: #A36CC8; }
span { border-color: rgb(163,108,200); }
td.TdClassName
{
border-color: #A36CC8;
}
.TagClassName
{
border-color: #A36CC8;
}
</style>