Shades of Amethyst #A350DE
Tints of Amethyst #A350DE
RGB
CMYK
RGB Variations
Color information
#A350DE (or 0xA350DE) is known color: Amethyst. HEX triplet: A3, 50 and DE. RGB value is (163,80,222). Sum of RGB (Red+Green+Blue) = 163+80+222=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #A350DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350DE is #5CAF21. Grayscale: #787878. Windows color (decimal): -6074146 or 14569635. OLE color: 14569635.
HSL color Cylindrical-coordinate representation of color #A350DE: hue angle of 275.07º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A350DE is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 80 | 222 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.13 |
| HSL | 275.07º | 0.68% | 0.59% | - |
| HSV(B) | 275.07º | 0.64% | 0.87% | - |
| XYZ | 31.16 | 18.8 | 71.09 | - |
| YUV | 121.01 | 185 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 222 | 0.27 | 0.64 | 0 | 0.13 | 275.07 | 0.68 | 0.59 |
| Hex | A3 | 50 | DE | 1B | 40 | 0 | D | 113 | 44 | 3B |
| Octal | 243 | 120 | 336 | 33 | 100 | 0 | 15 | 423 | 104 | 73 |
| Binary | 10100011 | 1010000 | 11011110 | 11011 | 1000000 | 0 | 1101 | 100010011 | 1000100 | 111011 |
Color Harmonies of #A350DE
Complementary color
Monochromatic Colors of #A350DE
Black with #A350DE
Text Example
Text Example
White with #A350DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350DE; }
p { color: rgb(163,80,222); }
H1.HeaderClassName
{
color: #A350DE;
}
.AnyTagClassName
{
color: #A350DE;
}
</style>
background-color css
<style>
a { background-color: #A350DE; }
a { background-color: rgb(163,80,222); }
div.DivClassName
{
background-color: #A350DE;
}
.BgClassName
{
background-color: #A350DE;
}
</style>
border-color css
<style>
span { border-color: #A350DE; }
span { border-color: rgb(163,80,222); }
td.TdClassName
{
border-color: #A350DE;
}
.TagClassName
{
border-color: #A350DE;
}
</style>