Shades of Amethyst #A350EE
Tints of Amethyst #A350EE
RGB
CMYK
RGB Variations
Color information
#A350EE (or 0xA350EE) is known color: Amethyst. HEX triplet: A3, 50 and EE. RGB value is (163,80,238). Sum of RGB (Red+Green+Blue) = 163+80+238=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #A350EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A350EE is #5CAF11. Grayscale: #7A7A7A. Windows color (decimal): -6074130 or 15618211. OLE color: 15618211.
HSL color Cylindrical-coordinate representation of color #A350EE: hue angle of 271.52º degrees, saturation: 0.82, 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 #A350EE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 80 | 238 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.07 |
| HSL | 271.52º | 0.82% | 0.62% | - |
| HSV(B) | 271.52º | 0.66% | 0.93% | - |
| XYZ | 33.41 | 19.7 | 82.93 | - |
| YUV | 122.83 | 193 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 238 | 0.32 | 0.66 | 0 | 0.07 | 271.52 | 0.82 | 0.62 |
| Hex | A3 | 50 | EE | 20 | 42 | 0 | 7 | 110 | 52 | 3E |
| Octal | 243 | 120 | 356 | 40 | 102 | 0 | 7 | 420 | 122 | 76 |
| Binary | 10100011 | 1010000 | 11101110 | 100000 | 1000010 | 0 | 111 | 100010000 | 1010010 | 111110 |
Color Harmonies of #A350EE
Complementary color
Monochromatic Colors of #A350EE
Black with #A350EE
Text Example
Text Example
White with #A350EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350EE; }
p { color: rgb(163,80,238); }
H1.HeaderClassName
{
color: #A350EE;
}
.AnyTagClassName
{
color: #A350EE;
}
</style>
background-color css
<style>
a { background-color: #A350EE; }
a { background-color: rgb(163,80,238); }
div.DivClassName
{
background-color: #A350EE;
}
.BgClassName
{
background-color: #A350EE;
}
</style>
border-color css
<style>
span { border-color: #A350EE; }
span { border-color: rgb(163,80,238); }
td.TdClassName
{
border-color: #A350EE;
}
.TagClassName
{
border-color: #A350EE;
}
</style>