Shades of Amethyst #A359DD
Tints of Amethyst #A359DD
RGB
CMYK
RGB Variations
Color information
#A359DD (or 0xA359DD) is known color: Amethyst. HEX triplet: A3, 59 and DD. RGB value is (163,89,221). Sum of RGB (Red+Green+Blue) = 163+89+221=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #A359DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359DD is #5CA622. Grayscale: #7D7D7D. Windows color (decimal): -6071843 or 14506403. OLE color: 14506403.
HSL color Cylindrical-coordinate representation of color #A359DD: hue angle of 273.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A359DD is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 89 | 221 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.13 |
| HSL | 273.64º | 0.66% | 0.61% | - |
| HSV(B) | 273.64º | 0.6% | 0.87% | - |
| XYZ | 31.73 | 20.15 | 70.62 | - |
| YUV | 126.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 221 | 0.26 | 0.60 | 0 | 0.13 | 273.64 | 0.66 | 0.61 |
| Hex | A3 | 59 | DD | 1A | 3C | 0 | D | 112 | 42 | 3D |
| Octal | 243 | 131 | 335 | 32 | 74 | 0 | 15 | 422 | 102 | 75 |
| Binary | 10100011 | 1011001 | 11011101 | 11010 | 111100 | 0 | 1101 | 100010010 | 1000010 | 111101 |
Color Harmonies of #A359DD
Complementary color
Monochromatic Colors of #A359DD
Black with #A359DD
Text Example
Text Example
White with #A359DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A359DD; }
p { color: rgb(163,89,221); }
H1.HeaderClassName
{
color: #A359DD;
}
.AnyTagClassName
{
color: #A359DD;
}
</style>
background-color css
<style>
a { background-color: #A359DD; }
a { background-color: rgb(163,89,221); }
div.DivClassName
{
background-color: #A359DD;
}
.BgClassName
{
background-color: #A359DD;
}
</style>
border-color css
<style>
span { border-color: #A359DD; }
span { border-color: rgb(163,89,221); }
td.TdClassName
{
border-color: #A359DD;
}
.TagClassName
{
border-color: #A359DD;
}
</style>