Shades of Amethyst #A366CF
Tints of Amethyst #A366CF
RGB
CMYK
RGB Variations
Color information
#A366CF (or 0xA366CF) is known color: Amethyst. HEX triplet: A3, 66 and CF. RGB value is (163,102,207). Sum of RGB (Red+Green+Blue) = 163+102+207=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A366CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366CF is #5C9930. Grayscale: #838383. Windows color (decimal): -6068529 or 13592227. OLE color: 13592227.
HSL color Cylindrical-coordinate representation of color #A366CF: hue angle of 274.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A366CF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 102 | 207 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.19 |
| HSL | 274.86º | 0.52% | 0.61% | - |
| HSV(B) | 274.86º | 0.51% | 0.81% | - |
| XYZ | 31.12 | 21.79 | 61.6 | - |
| YUV | 132.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 207 | 0.21 | 0.51 | 0 | 0.19 | 274.86 | 0.52 | 0.61 |
| Hex | A3 | 66 | CF | 15 | 33 | 0 | 13 | 113 | 34 | 3D |
| Octal | 243 | 146 | 317 | 25 | 63 | 0 | 23 | 423 | 64 | 75 |
| Binary | 10100011 | 1100110 | 11001111 | 10101 | 110011 | 0 | 10011 | 100010011 | 110100 | 111101 |
Color Harmonies of #A366CF
Complementary color
Monochromatic Colors of #A366CF
Black with #A366CF
Text Example
Text Example
White with #A366CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366CF; }
p { color: rgb(163,102,207); }
H1.HeaderClassName
{
color: #A366CF;
}
.AnyTagClassName
{
color: #A366CF;
}
</style>
background-color css
<style>
a { background-color: #A366CF; }
a { background-color: rgb(163,102,207); }
div.DivClassName
{
background-color: #A366CF;
}
.BgClassName
{
background-color: #A366CF;
}
</style>
border-color css
<style>
span { border-color: #A366CF; }
span { border-color: rgb(163,102,207); }
td.TdClassName
{
border-color: #A366CF;
}
.TagClassName
{
border-color: #A366CF;
}
</style>