Shades of Amethyst #A350DA
Tints of Amethyst #A350DA
RGB
CMYK
RGB Variations
Color information
#A350DA (or 0xA350DA) is known color: Amethyst. HEX triplet: A3, 50 and DA. RGB value is (163,80,218). Sum of RGB (Red+Green+Blue) = 163+80+218=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #A350DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350DA is #5CAF25. Grayscale: #787878. Windows color (decimal): -6074150 or 14307491. OLE color: 14307491.
HSL color Cylindrical-coordinate representation of color #A350DA: hue angle of 276.09º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A350DA is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 80 | 218 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.15 |
| HSL | 276.09º | 0.65% | 0.58% | - |
| HSV(B) | 276.09º | 0.63% | 0.85% | - |
| XYZ | 30.63 | 18.59 | 68.3 | - |
| YUV | 120.55 | 183 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 218 | 0.25 | 0.63 | 0 | 0.15 | 276.09 | 0.65 | 0.58 |
| Hex | A3 | 50 | DA | 19 | 3F | 0 | F | 114 | 41 | 3A |
| Octal | 243 | 120 | 332 | 31 | 77 | 0 | 17 | 424 | 101 | 72 |
| Binary | 10100011 | 1010000 | 11011010 | 11001 | 111111 | 0 | 1111 | 100010100 | 1000001 | 111010 |
Color Harmonies of #A350DA
Complementary color
Monochromatic Colors of #A350DA
Black with #A350DA
Text Example
Text Example
White with #A350DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350DA; }
p { color: rgb(163,80,218); }
H1.HeaderClassName
{
color: #A350DA;
}
.AnyTagClassName
{
color: #A350DA;
}
</style>
background-color css
<style>
a { background-color: #A350DA; }
a { background-color: rgb(163,80,218); }
div.DivClassName
{
background-color: #A350DA;
}
.BgClassName
{
background-color: #A350DA;
}
</style>
border-color css
<style>
span { border-color: #A350DA; }
span { border-color: rgb(163,80,218); }
td.TdClassName
{
border-color: #A350DA;
}
.TagClassName
{
border-color: #A350DA;
}
</style>