Shades of Amethyst #A369DA
Tints of Amethyst #A369DA
RGB
CMYK
RGB Variations
Color information
#A369DA (or 0xA369DA) is known color: Amethyst. HEX triplet: A3, 69 and DA. RGB value is (163,105,218). Sum of RGB (Red+Green+Blue) = 163+105+218=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #A369DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A369DA is #5C9625. Grayscale: #868686. Windows color (decimal): -6067750 or 14313891. OLE color: 14313891.
HSL color Cylindrical-coordinate representation of color #A369DA: hue angle of 270.8º degrees, saturation: 0.6, 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 #A369DA is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 105 | 218 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.15 |
| HSL | 270.8º | 0.6% | 0.63% | - |
| HSV(B) | 270.8º | 0.52% | 0.85% | - |
| XYZ | 32.81 | 22.95 | 69.03 | - |
| YUV | 135.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 218 | 0.25 | 0.52 | 0 | 0.15 | 270.8 | 0.6 | 0.63 |
| Hex | A3 | 69 | DA | 19 | 34 | 0 | F | 10F | 3C | 3F |
| Octal | 243 | 151 | 332 | 31 | 64 | 0 | 17 | 417 | 74 | 77 |
| Binary | 10100011 | 1101001 | 11011010 | 11001 | 110100 | 0 | 1111 | 100001111 | 111100 | 111111 |
Color Harmonies of #A369DA
Complementary color
Monochromatic Colors of #A369DA
Black with #A369DA
Text Example
Text Example
White with #A369DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A369DA; }
p { color: rgb(163,105,218); }
H1.HeaderClassName
{
color: #A369DA;
}
.AnyTagClassName
{
color: #A369DA;
}
</style>
background-color css
<style>
a { background-color: #A369DA; }
a { background-color: rgb(163,105,218); }
div.DivClassName
{
background-color: #A369DA;
}
.BgClassName
{
background-color: #A369DA;
}
</style>
border-color css
<style>
span { border-color: #A369DA; }
span { border-color: rgb(163,105,218); }
td.TdClassName
{
border-color: #A369DA;
}
.TagClassName
{
border-color: #A369DA;
}
</style>