Shades of Amethyst #A355EF
Tints of Amethyst #A355EF
RGB
CMYK
RGB Variations
Color information
#A355EF (or 0xA355EF) is known color: Amethyst. HEX triplet: A3, 55 and EF. RGB value is (163,85,239). Sum of RGB (Red+Green+Blue) = 163+85+239=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #A355EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355EF is #5CAA10. Grayscale: #7D7D7D. Windows color (decimal): -6072849 or 15685027. OLE color: 15685027.
HSL color Cylindrical-coordinate representation of color #A355EF: hue angle of 270.39º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A355EF is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 85 | 239 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.06 |
| HSL | 270.39º | 0.83% | 0.64% | - |
| HSV(B) | 270.39º | 0.64% | 0.94% | - |
| XYZ | 33.93 | 20.52 | 83.83 | - |
| YUV | 125.88 | 191.84 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 239 | 0.32 | 0.64 | 0 | 0.06 | 270.39 | 0.83 | 0.64 |
| Hex | A3 | 55 | EF | 20 | 40 | 0 | 6 | 10E | 53 | 40 |
| Octal | 243 | 125 | 357 | 40 | 100 | 0 | 6 | 416 | 123 | 100 |
| Binary | 10100011 | 1010101 | 11101111 | 100000 | 1000000 | 0 | 110 | 100001110 | 1010011 | 1000000 |
Color Harmonies of #A355EF
Complementary color
Monochromatic Colors of #A355EF
Black with #A355EF
Text Example
Text Example
White with #A355EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355EF; }
p { color: rgb(163,85,239); }
H1.HeaderClassName
{
color: #A355EF;
}
.AnyTagClassName
{
color: #A355EF;
}
</style>
background-color css
<style>
a { background-color: #A355EF; }
a { background-color: rgb(163,85,239); }
div.DivClassName
{
background-color: #A355EF;
}
.BgClassName
{
background-color: #A355EF;
}
</style>
border-color css
<style>
span { border-color: #A355EF; }
span { border-color: rgb(163,85,239); }
td.TdClassName
{
border-color: #A355EF;
}
.TagClassName
{
border-color: #A355EF;
}
</style>