Shades of Amethyst #A356DA
Tints of Amethyst #A356DA
RGB
CMYK
RGB Variations
Color information
#A356DA (or 0xA356DA) is known color: Amethyst. HEX triplet: A3, 56 and DA. RGB value is (163,86,218). Sum of RGB (Red+Green+Blue) = 163+86+218=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #A356DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356DA is #5CA925. Grayscale: #7B7B7B. Windows color (decimal): -6072614 or 14309027. OLE color: 14309027.
HSL color Cylindrical-coordinate representation of color #A356DA: hue angle of 275º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A356DA is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 86 | 218 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.15 |
| HSL | 275º | 0.64% | 0.6% | - |
| HSV(B) | 275º | 0.61% | 0.85% | - |
| XYZ | 31.09 | 19.5 | 68.46 | - |
| YUV | 124.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 218 | 0.25 | 0.61 | 0 | 0.15 | 275 | 0.64 | 0.6 |
| Hex | A3 | 56 | DA | 19 | 3D | 0 | F | 113 | 40 | 3C |
| Octal | 243 | 126 | 332 | 31 | 75 | 0 | 17 | 423 | 100 | 74 |
| Binary | 10100011 | 1010110 | 11011010 | 11001 | 111101 | 0 | 1111 | 100010011 | 1000000 | 111100 |
Color Harmonies of #A356DA
Complementary color
Monochromatic Colors of #A356DA
Black with #A356DA
Text Example
Text Example
White with #A356DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A356DA; }
p { color: rgb(163,86,218); }
H1.HeaderClassName
{
color: #A356DA;
}
.AnyTagClassName
{
color: #A356DA;
}
</style>
background-color css
<style>
a { background-color: #A356DA; }
a { background-color: rgb(163,86,218); }
div.DivClassName
{
background-color: #A356DA;
}
.BgClassName
{
background-color: #A356DA;
}
</style>
border-color css
<style>
span { border-color: #A356DA; }
span { border-color: rgb(163,86,218); }
td.TdClassName
{
border-color: #A356DA;
}
.TagClassName
{
border-color: #A356DA;
}
</style>