Shades of Amethyst #A36CC4
Tints of Amethyst #A36CC4
RGB
CMYK
RGB Variations
Color information
#A36CC4 (or 0xA36CC4) is known color: Amethyst. HEX triplet: A3, 6C and C4. RGB value is (163,108,196). Sum of RGB (Red+Green+Blue) = 163+108+196=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #A36CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CC4 is #5C933B. Grayscale: #868686. Windows color (decimal): -6067004 or 12872867. OLE color: 12872867.
HSL color Cylindrical-coordinate representation of color #A36CC4: hue angle of 277.5º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A36CC4 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 108 | 196 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.23 |
| HSL | 277.5º | 0.43% | 0.6% | - |
| HSV(B) | 277.5º | 0.45% | 0.77% | - |
| XYZ | 30.43 | 22.5 | 54.96 | - |
| YUV | 134.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 196 | 0.17 | 0.45 | 0 | 0.23 | 277.5 | 0.43 | 0.6 |
| Hex | A3 | 6C | C4 | 11 | 2D | 0 | 17 | 116 | 2B | 3C |
| Octal | 243 | 154 | 304 | 21 | 55 | 0 | 27 | 426 | 53 | 74 |
| Binary | 10100011 | 1101100 | 11000100 | 10001 | 101101 | 0 | 10111 | 100010110 | 101011 | 111100 |
Color Harmonies of #A36CC4
Complementary color
Monochromatic Colors of #A36CC4
Black with #A36CC4
Text Example
Text Example
White with #A36CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36CC4; }
p { color: rgb(163,108,196); }
H1.HeaderClassName
{
color: #A36CC4;
}
.AnyTagClassName
{
color: #A36CC4;
}
</style>
background-color css
<style>
a { background-color: #A36CC4; }
a { background-color: rgb(163,108,196); }
div.DivClassName
{
background-color: #A36CC4;
}
.BgClassName
{
background-color: #A36CC4;
}
</style>
border-color css
<style>
span { border-color: #A36CC4; }
span { border-color: rgb(163,108,196); }
td.TdClassName
{
border-color: #A36CC4;
}
.TagClassName
{
border-color: #A36CC4;
}
</style>