Shades of Amethyst #A36DCB
Tints of Amethyst #A36DCB
RGB
CMYK
RGB Variations
Color information
#A36DCB (or 0xA36DCB) is known color: Amethyst. HEX triplet: A3, 6D and CB. RGB value is (163,109,203). Sum of RGB (Red+Green+Blue) = 163+109+203=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #A36DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DCB is #5C9234. Grayscale: #878787. Windows color (decimal): -6066741 or 13331875. OLE color: 13331875.
HSL color Cylindrical-coordinate representation of color #A36DCB: hue angle of 274.47º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A36DCB is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 109 | 203 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.20 |
| HSL | 274.47º | 0.47% | 0.61% | - |
| HSV(B) | 274.47º | 0.46% | 0.8% | - |
| XYZ | 31.35 | 23.04 | 59.29 | - |
| YUV | 135.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 203 | 0.20 | 0.46 | 0 | 0.20 | 274.47 | 0.47 | 0.61 |
| Hex | A3 | 6D | CB | 14 | 2E | 0 | 14 | 112 | 2F | 3D |
| Octal | 243 | 155 | 313 | 24 | 56 | 0 | 24 | 422 | 57 | 75 |
| Binary | 10100011 | 1101101 | 11001011 | 10100 | 101110 | 0 | 10100 | 100010010 | 101111 | 111101 |
Color Harmonies of #A36DCB
Complementary color
Monochromatic Colors of #A36DCB
Black with #A36DCB
Text Example
Text Example
White with #A36DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DCB; }
p { color: rgb(163,109,203); }
H1.HeaderClassName
{
color: #A36DCB;
}
.AnyTagClassName
{
color: #A36DCB;
}
</style>
background-color css
<style>
a { background-color: #A36DCB; }
a { background-color: rgb(163,109,203); }
div.DivClassName
{
background-color: #A36DCB;
}
.BgClassName
{
background-color: #A36DCB;
}
</style>
border-color css
<style>
span { border-color: #A36DCB; }
span { border-color: rgb(163,109,203); }
td.TdClassName
{
border-color: #A36DCB;
}
.TagClassName
{
border-color: #A36DCB;
}
</style>