Shades of Amethyst #A36FCC
Tints of Amethyst #A36FCC
RGB
CMYK
RGB Variations
Color information
#A36FCC (or 0xA36FCC) is known color: Amethyst. HEX triplet: A3, 6F and CC. RGB value is (163,111,204). Sum of RGB (Red+Green+Blue) = 163+111+204=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #A36FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FCC is #5C9033. Grayscale: #888888. Windows color (decimal): -6066228 or 13397923. OLE color: 13397923.
HSL color Cylindrical-coordinate representation of color #A36FCC: hue angle of 273.55º 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 #A36FCC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 111 | 204 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.2 |
| HSL | 273.55º | 0.48% | 0.62% | - |
| HSV(B) | 273.55º | 0.46% | 0.8% | - |
| XYZ | 31.69 | 23.52 | 60 | - |
| YUV | 137.15 | 165.73 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 204 | 0.20 | 0.46 | 0 | 0.2 | 273.55 | 0.48 | 0.62 |
| Hex | A3 | 6F | CC | 14 | 2E | 0 | 14 | 112 | 30 | 3E |
| Octal | 243 | 157 | 314 | 24 | 56 | 0 | 24 | 422 | 60 | 76 |
| Binary | 10100011 | 1101111 | 11001100 | 10100 | 101110 | 0 | 10100 | 100010010 | 110000 | 111110 |
Color Harmonies of #A36FCC
Complementary color
Monochromatic Colors of #A36FCC
Black with #A36FCC
Text Example
Text Example
White with #A36FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FCC; }
p { color: rgb(163,111,204); }
H1.HeaderClassName
{
color: #A36FCC;
}
.AnyTagClassName
{
color: #A36FCC;
}
</style>
background-color css
<style>
a { background-color: #A36FCC; }
a { background-color: rgb(163,111,204); }
div.DivClassName
{
background-color: #A36FCC;
}
.BgClassName
{
background-color: #A36FCC;
}
</style>
border-color css
<style>
span { border-color: #A36FCC; }
span { border-color: rgb(163,111,204); }
td.TdClassName
{
border-color: #A36FCC;
}
.TagClassName
{
border-color: #A36FCC;
}
</style>