Shades of Amethyst #A359DB
Tints of Amethyst #A359DB
RGB
CMYK
RGB Variations
Color information
#A359DB (or 0xA359DB) is known color: Amethyst. HEX triplet: A3, 59 and DB. RGB value is (163,89,219). Sum of RGB (Red+Green+Blue) = 163+89+219=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #A359DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359DB is #5CA624. Grayscale: #7D7D7D. Windows color (decimal): -6071845 or 14375331. OLE color: 14375331.
HSL color Cylindrical-coordinate representation of color #A359DB: hue angle of 274.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A359DB is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 89 | 219 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.14 |
| HSL | 274.15º | 0.64% | 0.6% | - |
| HSV(B) | 274.15º | 0.59% | 0.86% | - |
| XYZ | 31.46 | 20.05 | 69.23 | - |
| YUV | 125.95 | 180.52 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 219 | 0.26 | 0.59 | 0 | 0.14 | 274.15 | 0.64 | 0.6 |
| Hex | A3 | 59 | DB | 1A | 3B | 0 | E | 112 | 40 | 3C |
| Octal | 243 | 131 | 333 | 32 | 73 | 0 | 16 | 422 | 100 | 74 |
| Binary | 10100011 | 1011001 | 11011011 | 11010 | 111011 | 0 | 1110 | 100010010 | 1000000 | 111100 |
Color Harmonies of #A359DB
Complementary color
Monochromatic Colors of #A359DB
Black with #A359DB
Text Example
Text Example
White with #A359DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A359DB; }
p { color: rgb(163,89,219); }
H1.HeaderClassName
{
color: #A359DB;
}
.AnyTagClassName
{
color: #A359DB;
}
</style>
background-color css
<style>
a { background-color: #A359DB; }
a { background-color: rgb(163,89,219); }
div.DivClassName
{
background-color: #A359DB;
}
.BgClassName
{
background-color: #A359DB;
}
</style>
border-color css
<style>
span { border-color: #A359DB; }
span { border-color: rgb(163,89,219); }
td.TdClassName
{
border-color: #A359DB;
}
.TagClassName
{
border-color: #A359DB;
}
</style>