Shades of Amethyst #A355E8
Tints of Amethyst #A355E8
RGB
CMYK
RGB Variations
Color information
#A355E8 (or 0xA355E8) is known color: Amethyst. HEX triplet: A3, 55 and E8. RGB value is (163,85,232). Sum of RGB (Red+Green+Blue) = 163+85+232=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #A355E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355E8 is #5CAA17. Grayscale: #7C7C7C. Windows color (decimal): -6072856 or 15226275. OLE color: 15226275.
HSL color Cylindrical-coordinate representation of color #A355E8: hue angle of 271.84º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A355E8 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 85 | 232 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.09 |
| HSL | 271.84º | 0.76% | 0.62% | - |
| HSV(B) | 271.84º | 0.63% | 0.91% | - |
| XYZ | 32.92 | 20.11 | 78.49 | - |
| YUV | 125.08 | 188.34 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 232 | 0.30 | 0.63 | 0 | 0.09 | 271.84 | 0.76 | 0.62 |
| Hex | A3 | 55 | E8 | 1E | 3F | 0 | 9 | 110 | 4C | 3E |
| Octal | 243 | 125 | 350 | 36 | 77 | 0 | 11 | 420 | 114 | 76 |
| Binary | 10100011 | 1010101 | 11101000 | 11110 | 111111 | 0 | 1001 | 100010000 | 1001100 | 111110 |
Color Harmonies of #A355E8
Complementary color
Monochromatic Colors of #A355E8
Black with #A355E8
Text Example
Text Example
White with #A355E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355E8; }
p { color: rgb(163,85,232); }
H1.HeaderClassName
{
color: #A355E8;
}
.AnyTagClassName
{
color: #A355E8;
}
</style>
background-color css
<style>
a { background-color: #A355E8; }
a { background-color: rgb(163,85,232); }
div.DivClassName
{
background-color: #A355E8;
}
.BgClassName
{
background-color: #A355E8;
}
</style>
border-color css
<style>
span { border-color: #A355E8; }
span { border-color: rgb(163,85,232); }
td.TdClassName
{
border-color: #A355E8;
}
.TagClassName
{
border-color: #A355E8;
}
</style>