Shades of Amethyst #A368DA
Tints of Amethyst #A368DA
RGB
CMYK
RGB Variations
Color information
#A368DA (or 0xA368DA) is known color: Amethyst. HEX triplet: A3, 68 and DA. RGB value is (163,104,218). Sum of RGB (Red+Green+Blue) = 163+104+218=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #A368DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368DA is #5C9725. Grayscale: #868686. Windows color (decimal): -6068006 or 14313635. OLE color: 14313635.
HSL color Cylindrical-coordinate representation of color #A368DA: hue angle of 271.05º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A368DA is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 104 | 218 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.15 |
| HSL | 271.05º | 0.61% | 0.63% | - |
| HSV(B) | 271.05º | 0.52% | 0.85% | - |
| XYZ | 32.71 | 22.75 | 69 | - |
| YUV | 134.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 218 | 0.25 | 0.52 | 0 | 0.15 | 271.05 | 0.61 | 0.63 |
| Hex | A3 | 68 | DA | 19 | 34 | 0 | F | 10F | 3D | 3F |
| Octal | 243 | 150 | 332 | 31 | 64 | 0 | 17 | 417 | 75 | 77 |
| Binary | 10100011 | 1101000 | 11011010 | 11001 | 110100 | 0 | 1111 | 100001111 | 111101 | 111111 |
Color Harmonies of #A368DA
Complementary color
Monochromatic Colors of #A368DA
Black with #A368DA
Text Example
Text Example
White with #A368DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A368DA; }
p { color: rgb(163,104,218); }
H1.HeaderClassName
{
color: #A368DA;
}
.AnyTagClassName
{
color: #A368DA;
}
</style>
background-color css
<style>
a { background-color: #A368DA; }
a { background-color: rgb(163,104,218); }
div.DivClassName
{
background-color: #A368DA;
}
.BgClassName
{
background-color: #A368DA;
}
</style>
border-color css
<style>
span { border-color: #A368DA; }
span { border-color: rgb(163,104,218); }
td.TdClassName
{
border-color: #A368DA;
}
.TagClassName
{
border-color: #A368DA;
}
</style>