Shades of Amethyst #A355EE
Tints of Amethyst #A355EE
RGB
CMYK
RGB Variations
Color information
#A355EE (or 0xA355EE) is known color: Amethyst. HEX triplet: A3, 55 and EE. RGB value is (163,85,238). Sum of RGB (Red+Green+Blue) = 163+85+238=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #A355EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355EE is #5CAA11. Grayscale: #7D7D7D. Windows color (decimal): -6072850 or 15619491. OLE color: 15619491.
HSL color Cylindrical-coordinate representation of color #A355EE: hue angle of 270.59º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A355EE is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 85 | 238 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.07 |
| HSL | 270.59º | 0.82% | 0.63% | - |
| HSV(B) | 270.59º | 0.64% | 0.93% | - |
| XYZ | 33.79 | 20.46 | 83.06 | - |
| YUV | 125.76 | 191.34 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 238 | 0.32 | 0.64 | 0 | 0.07 | 270.59 | 0.82 | 0.63 |
| Hex | A3 | 55 | EE | 20 | 40 | 0 | 7 | 10F | 52 | 3F |
| Octal | 243 | 125 | 356 | 40 | 100 | 0 | 7 | 417 | 122 | 77 |
| Binary | 10100011 | 1010101 | 11101110 | 100000 | 1000000 | 0 | 111 | 100001111 | 1010010 | 111111 |
Color Harmonies of #A355EE
Complementary color
Monochromatic Colors of #A355EE
Black with #A355EE
Text Example
Text Example
White with #A355EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355EE; }
p { color: rgb(163,85,238); }
H1.HeaderClassName
{
color: #A355EE;
}
.AnyTagClassName
{
color: #A355EE;
}
</style>
background-color css
<style>
a { background-color: #A355EE; }
a { background-color: rgb(163,85,238); }
div.DivClassName
{
background-color: #A355EE;
}
.BgClassName
{
background-color: #A355EE;
}
</style>
border-color css
<style>
span { border-color: #A355EE; }
span { border-color: rgb(163,85,238); }
td.TdClassName
{
border-color: #A355EE;
}
.TagClassName
{
border-color: #A355EE;
}
</style>