Shades of Amethyst #A366DC
Tints of Amethyst #A366DC
RGB
CMYK
RGB Variations
Color information
#A366DC (or 0xA366DC) is known color: Amethyst. HEX triplet: A3, 66 and DC. RGB value is (163,102,220). Sum of RGB (Red+Green+Blue) = 163+102+220=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #A366DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366DC is #5C9923. Grayscale: #858585. Windows color (decimal): -6068516 or 14444195. OLE color: 14444195.
HSL color Cylindrical-coordinate representation of color #A366DC: hue angle of 271.02º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A366DC is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 102 | 220 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.14 |
| HSL | 271.02º | 0.63% | 0.63% | - |
| HSV(B) | 271.02º | 0.54% | 0.86% | - |
| XYZ | 32.77 | 22.46 | 70.32 | - |
| YUV | 133.69 | 176.71 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 220 | 0.26 | 0.54 | 0 | 0.14 | 271.02 | 0.63 | 0.63 |
| Hex | A3 | 66 | DC | 1A | 36 | 0 | E | 10F | 3F | 3F |
| Octal | 243 | 146 | 334 | 32 | 66 | 0 | 16 | 417 | 77 | 77 |
| Binary | 10100011 | 1100110 | 11011100 | 11010 | 110110 | 0 | 1110 | 100001111 | 111111 | 111111 |
Color Harmonies of #A366DC
Complementary color
Monochromatic Colors of #A366DC
Black with #A366DC
Text Example
Text Example
White with #A366DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366DC; }
p { color: rgb(163,102,220); }
H1.HeaderClassName
{
color: #A366DC;
}
.AnyTagClassName
{
color: #A366DC;
}
</style>
background-color css
<style>
a { background-color: #A366DC; }
a { background-color: rgb(163,102,220); }
div.DivClassName
{
background-color: #A366DC;
}
.BgClassName
{
background-color: #A366DC;
}
</style>
border-color css
<style>
span { border-color: #A366DC; }
span { border-color: rgb(163,102,220); }
td.TdClassName
{
border-color: #A366DC;
}
.TagClassName
{
border-color: #A366DC;
}
</style>