Shades of Amethyst #A350ED
Tints of Amethyst #A350ED
RGB
CMYK
RGB Variations
Color information
#A350ED (or 0xA350ED) is known color: Amethyst. HEX triplet: A3, 50 and ED. RGB value is (163,80,237). Sum of RGB (Red+Green+Blue) = 163+80+237=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #A350ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A350ED is #5CAF12. Grayscale: #7A7A7A. Windows color (decimal): -6074131 or 15552675. OLE color: 15552675.
HSL color Cylindrical-coordinate representation of color #A350ED: hue angle of 271.72º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A350ED is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 80 | 237 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.07 |
| HSL | 271.72º | 0.81% | 0.62% | - |
| HSV(B) | 271.72º | 0.66% | 0.93% | - |
| XYZ | 33.26 | 19.64 | 82.16 | - |
| YUV | 122.72 | 192.5 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 237 | 0.31 | 0.66 | 0 | 0.07 | 271.72 | 0.81 | 0.62 |
| Hex | A3 | 50 | ED | 1F | 42 | 0 | 7 | 110 | 51 | 3E |
| Octal | 243 | 120 | 355 | 37 | 102 | 0 | 7 | 420 | 121 | 76 |
| Binary | 10100011 | 1010000 | 11101101 | 11111 | 1000010 | 0 | 111 | 100010000 | 1010001 | 111110 |
Color Harmonies of #A350ED
Complementary color
Monochromatic Colors of #A350ED
Black with #A350ED
Text Example
Text Example
White with #A350ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350ED; }
p { color: rgb(163,80,237); }
H1.HeaderClassName
{
color: #A350ED;
}
.AnyTagClassName
{
color: #A350ED;
}
</style>
background-color css
<style>
a { background-color: #A350ED; }
a { background-color: rgb(163,80,237); }
div.DivClassName
{
background-color: #A350ED;
}
.BgClassName
{
background-color: #A350ED;
}
</style>
border-color css
<style>
span { border-color: #A350ED; }
span { border-color: rgb(163,80,237); }
td.TdClassName
{
border-color: #A350ED;
}
.TagClassName
{
border-color: #A350ED;
}
</style>