Shades of Amethyst #A366CE
Tints of Amethyst #A366CE
RGB
CMYK
RGB Variations
Color information
#A366CE (or 0xA366CE) is known color: Amethyst. HEX triplet: A3, 66 and CE. RGB value is (163,102,206). Sum of RGB (Red+Green+Blue) = 163+102+206=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #A366CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366CE is #5C9931. Grayscale: #838383. Windows color (decimal): -6068530 or 13526691. OLE color: 13526691.
HSL color Cylindrical-coordinate representation of color #A366CE: hue angle of 275.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A366CE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 102 | 206 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.19 |
| HSL | 275.19º | 0.51% | 0.6% | - |
| HSV(B) | 275.19º | 0.5% | 0.81% | - |
| XYZ | 31 | 21.75 | 60.96 | - |
| YUV | 132.1 | 169.71 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 206 | 0.21 | 0.50 | 0 | 0.19 | 275.19 | 0.51 | 0.6 |
| Hex | A3 | 66 | CE | 15 | 32 | 0 | 13 | 113 | 33 | 3C |
| Octal | 243 | 146 | 316 | 25 | 62 | 0 | 23 | 423 | 63 | 74 |
| Binary | 10100011 | 1100110 | 11001110 | 10101 | 110010 | 0 | 10011 | 100010011 | 110011 | 111100 |
Color Harmonies of #A366CE
Complementary color
Monochromatic Colors of #A366CE
Black with #A366CE
Text Example
Text Example
White with #A366CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366CE; }
p { color: rgb(163,102,206); }
H1.HeaderClassName
{
color: #A366CE;
}
.AnyTagClassName
{
color: #A366CE;
}
</style>
background-color css
<style>
a { background-color: #A366CE; }
a { background-color: rgb(163,102,206); }
div.DivClassName
{
background-color: #A366CE;
}
.BgClassName
{
background-color: #A366CE;
}
</style>
border-color css
<style>
span { border-color: #A366CE; }
span { border-color: rgb(163,102,206); }
td.TdClassName
{
border-color: #A366CE;
}
.TagClassName
{
border-color: #A366CE;
}
</style>