Shades of Amethyst #A353DB
Tints of Amethyst #A353DB
RGB
CMYK
RGB Variations
Color information
#A353DB (or 0xA353DB) is known color: Amethyst. HEX triplet: A3, 53 and DB. RGB value is (163,83,219). Sum of RGB (Red+Green+Blue) = 163+83+219=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #A353DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353DB is #5CAC24. Grayscale: #797979. Windows color (decimal): -6073381 or 14373795. OLE color: 14373795.
HSL color Cylindrical-coordinate representation of color #A353DB: hue angle of 275.29º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A353DB is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 83 | 219 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.14 |
| HSL | 275.29º | 0.65% | 0.59% | - |
| HSV(B) | 275.29º | 0.62% | 0.86% | - |
| XYZ | 30.98 | 19.09 | 69.07 | - |
| YUV | 122.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 219 | 0.26 | 0.62 | 0 | 0.14 | 275.29 | 0.65 | 0.59 |
| Hex | A3 | 53 | DB | 1A | 3E | 0 | E | 113 | 41 | 3B |
| Octal | 243 | 123 | 333 | 32 | 76 | 0 | 16 | 423 | 101 | 73 |
| Binary | 10100011 | 1010011 | 11011011 | 11010 | 111110 | 0 | 1110 | 100010011 | 1000001 | 111011 |
Color Harmonies of #A353DB
Complementary color
Monochromatic Colors of #A353DB
Black with #A353DB
Text Example
Text Example
White with #A353DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353DB; }
p { color: rgb(163,83,219); }
H1.HeaderClassName
{
color: #A353DB;
}
.AnyTagClassName
{
color: #A353DB;
}
</style>
background-color css
<style>
a { background-color: #A353DB; }
a { background-color: rgb(163,83,219); }
div.DivClassName
{
background-color: #A353DB;
}
.BgClassName
{
background-color: #A353DB;
}
</style>
border-color css
<style>
span { border-color: #A353DB; }
span { border-color: rgb(163,83,219); }
td.TdClassName
{
border-color: #A353DB;
}
.TagClassName
{
border-color: #A353DB;
}
</style>