Shades of Amethyst #A366DA
Tints of Amethyst #A366DA
RGB
CMYK
RGB Variations
Color information
#A366DA (or 0xA366DA) is known color: Amethyst. HEX triplet: A3, 66 and DA. RGB value is (163,102,218). Sum of RGB (Red+Green+Blue) = 163+102+218=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #A366DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366DA is #5C9925. Grayscale: #858585. Windows color (decimal): -6068518 or 14313123. OLE color: 14313123.
HSL color Cylindrical-coordinate representation of color #A366DA: hue angle of 271.55º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A366DA is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 102 | 218 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.15 |
| HSL | 271.55º | 0.61% | 0.63% | - |
| HSV(B) | 271.55º | 0.53% | 0.85% | - |
| XYZ | 32.51 | 22.35 | 68.93 | - |
| YUV | 133.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 218 | 0.25 | 0.53 | 0 | 0.15 | 271.55 | 0.61 | 0.63 |
| Hex | A3 | 66 | DA | 19 | 35 | 0 | F | 110 | 3D | 3F |
| Octal | 243 | 146 | 332 | 31 | 65 | 0 | 17 | 420 | 75 | 77 |
| Binary | 10100011 | 1100110 | 11011010 | 11001 | 110101 | 0 | 1111 | 100010000 | 111101 | 111111 |
Color Harmonies of #A366DA
Complementary color
Monochromatic Colors of #A366DA
Black with #A366DA
Text Example
Text Example
White with #A366DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366DA; }
p { color: rgb(163,102,218); }
H1.HeaderClassName
{
color: #A366DA;
}
.AnyTagClassName
{
color: #A366DA;
}
</style>
background-color css
<style>
a { background-color: #A366DA; }
a { background-color: rgb(163,102,218); }
div.DivClassName
{
background-color: #A366DA;
}
.BgClassName
{
background-color: #A366DA;
}
</style>
border-color css
<style>
span { border-color: #A366DA; }
span { border-color: rgb(163,102,218); }
td.TdClassName
{
border-color: #A366DA;
}
.TagClassName
{
border-color: #A366DA;
}
</style>