Shades of Amethyst #A36ECF
Tints of Amethyst #A36ECF
RGB
CMYK
RGB Variations
Color information
#A36ECF (or 0xA36ECF) is known color: Amethyst. HEX triplet: A3, 6E and CF. RGB value is (163,110,207). Sum of RGB (Red+Green+Blue) = 163+110+207=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #A36ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ECF is #5C9130. Grayscale: #888888. Windows color (decimal): -6066481 or 13594275. OLE color: 13594275.
HSL color Cylindrical-coordinate representation of color #A36ECF: hue angle of 272.78º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36ECF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 110 | 207 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.19 |
| HSL | 272.78º | 0.5% | 0.62% | - |
| HSV(B) | 272.78º | 0.47% | 0.81% | - |
| XYZ | 31.94 | 23.44 | 61.87 | - |
| YUV | 136.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 207 | 0.21 | 0.47 | 0 | 0.19 | 272.78 | 0.5 | 0.62 |
| Hex | A3 | 6E | CF | 15 | 2F | 0 | 13 | 111 | 32 | 3E |
| Octal | 243 | 156 | 317 | 25 | 57 | 0 | 23 | 421 | 62 | 76 |
| Binary | 10100011 | 1101110 | 11001111 | 10101 | 101111 | 0 | 10011 | 100010001 | 110010 | 111110 |
Color Harmonies of #A36ECF
Complementary color
Monochromatic Colors of #A36ECF
Black with #A36ECF
Text Example
Text Example
White with #A36ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36ECF; }
p { color: rgb(163,110,207); }
H1.HeaderClassName
{
color: #A36ECF;
}
.AnyTagClassName
{
color: #A36ECF;
}
</style>
background-color css
<style>
a { background-color: #A36ECF; }
a { background-color: rgb(163,110,207); }
div.DivClassName
{
background-color: #A36ECF;
}
.BgClassName
{
background-color: #A36ECF;
}
</style>
border-color css
<style>
span { border-color: #A36ECF; }
span { border-color: rgb(163,110,207); }
td.TdClassName
{
border-color: #A36ECF;
}
.TagClassName
{
border-color: #A36ECF;
}
</style>