Shades of Amethyst #A366DE
Tints of Amethyst #A366DE
RGB
CMYK
RGB Variations
Color information
#A366DE (or 0xA366DE) is known color: Amethyst. HEX triplet: A3, 66 and DE. RGB value is (163,102,222). Sum of RGB (Red+Green+Blue) = 163+102+222=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #A366DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366DE is #5C9921. Grayscale: #858585. Windows color (decimal): -6068514 or 14575267. OLE color: 14575267.
HSL color Cylindrical-coordinate representation of color #A366DE: hue angle of 270.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A366DE is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 102 | 222 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.13 |
| HSL | 270.5º | 0.65% | 0.64% | - |
| HSV(B) | 270.5º | 0.54% | 0.87% | - |
| XYZ | 33.04 | 22.56 | 71.72 | - |
| YUV | 133.92 | 177.71 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 222 | 0.27 | 0.54 | 0 | 0.13 | 270.5 | 0.65 | 0.64 |
| Hex | A3 | 66 | DE | 1B | 36 | 0 | D | 10E | 41 | 40 |
| Octal | 243 | 146 | 336 | 33 | 66 | 0 | 15 | 416 | 101 | 100 |
| Binary | 10100011 | 1100110 | 11011110 | 11011 | 110110 | 0 | 1101 | 100001110 | 1000001 | 1000000 |
Color Harmonies of #A366DE
Complementary color
Monochromatic Colors of #A366DE
Black with #A366DE
Text Example
Text Example
White with #A366DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366DE; }
p { color: rgb(163,102,222); }
H1.HeaderClassName
{
color: #A366DE;
}
.AnyTagClassName
{
color: #A366DE;
}
</style>
background-color css
<style>
a { background-color: #A366DE; }
a { background-color: rgb(163,102,222); }
div.DivClassName
{
background-color: #A366DE;
}
.BgClassName
{
background-color: #A366DE;
}
</style>
border-color css
<style>
span { border-color: #A366DE; }
span { border-color: rgb(163,102,222); }
td.TdClassName
{
border-color: #A366DE;
}
.TagClassName
{
border-color: #A366DE;
}
</style>