Shades of Amethyst #A36FCF
Tints of Amethyst #A36FCF
RGB
CMYK
RGB Variations
Color information
#A36FCF (or 0xA36FCF) is known color: Amethyst. HEX triplet: A3, 6F and CF. RGB value is (163,111,207). Sum of RGB (Red+Green+Blue) = 163+111+207=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #A36FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FCF is #5C9030. Grayscale: #898989. Windows color (decimal): -6066225 or 13594531. OLE color: 13594531.
HSL color Cylindrical-coordinate representation of color #A36FCF: hue angle of 272.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A36FCF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 111 | 207 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.19 |
| HSL | 272.5º | 0.5% | 0.62% | - |
| HSV(B) | 272.5º | 0.46% | 0.81% | - |
| XYZ | 32.05 | 23.66 | 61.91 | - |
| YUV | 137.49 | 167.23 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 207 | 0.21 | 0.46 | 0 | 0.19 | 272.5 | 0.5 | 0.62 |
| Hex | A3 | 6F | CF | 15 | 2E | 0 | 13 | 110 | 32 | 3E |
| Octal | 243 | 157 | 317 | 25 | 56 | 0 | 23 | 420 | 62 | 76 |
| Binary | 10100011 | 1101111 | 11001111 | 10101 | 101110 | 0 | 10011 | 100010000 | 110010 | 111110 |
Color Harmonies of #A36FCF
Complementary color
Monochromatic Colors of #A36FCF
Black with #A36FCF
Text Example
Text Example
White with #A36FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FCF; }
p { color: rgb(163,111,207); }
H1.HeaderClassName
{
color: #A36FCF;
}
.AnyTagClassName
{
color: #A36FCF;
}
</style>
background-color css
<style>
a { background-color: #A36FCF; }
a { background-color: rgb(163,111,207); }
div.DivClassName
{
background-color: #A36FCF;
}
.BgClassName
{
background-color: #A36FCF;
}
</style>
border-color css
<style>
span { border-color: #A36FCF; }
span { border-color: rgb(163,111,207); }
td.TdClassName
{
border-color: #A36FCF;
}
.TagClassName
{
border-color: #A36FCF;
}
</style>