Shades of Amethyst #A36FCD
Tints of Amethyst #A36FCD
RGB
CMYK
RGB Variations
Color information
#A36FCD (or 0xA36FCD) is known color: Amethyst. HEX triplet: A3, 6F and CD. RGB value is (163,111,205). Sum of RGB (Red+Green+Blue) = 163+111+205=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #A36FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FCD is #5C9032. Grayscale: #888888. Windows color (decimal): -6066227 or 13463459. OLE color: 13463459.
HSL color Cylindrical-coordinate representation of color #A36FCD: hue angle of 273.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A36FCD is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 111 | 205 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.20 |
| HSL | 273.19º | 0.48% | 0.62% | - |
| HSV(B) | 273.19º | 0.46% | 0.8% | - |
| XYZ | 31.81 | 23.56 | 60.63 | - |
| YUV | 137.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 205 | 0.20 | 0.46 | 0 | 0.20 | 273.19 | 0.48 | 0.62 |
| Hex | A3 | 6F | CD | 14 | 2E | 0 | 14 | 111 | 30 | 3E |
| Octal | 243 | 157 | 315 | 24 | 56 | 0 | 24 | 421 | 60 | 76 |
| Binary | 10100011 | 1101111 | 11001101 | 10100 | 101110 | 0 | 10100 | 100010001 | 110000 | 111110 |
Color Harmonies of #A36FCD
Complementary color
Monochromatic Colors of #A36FCD
Black with #A36FCD
Text Example
Text Example
White with #A36FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FCD; }
p { color: rgb(163,111,205); }
H1.HeaderClassName
{
color: #A36FCD;
}
.AnyTagClassName
{
color: #A36FCD;
}
</style>
background-color css
<style>
a { background-color: #A36FCD; }
a { background-color: rgb(163,111,205); }
div.DivClassName
{
background-color: #A36FCD;
}
.BgClassName
{
background-color: #A36FCD;
}
</style>
border-color css
<style>
span { border-color: #A36FCD; }
span { border-color: rgb(163,111,205); }
td.TdClassName
{
border-color: #A36FCD;
}
.TagClassName
{
border-color: #A36FCD;
}
</style>