Shades of Amethyst #A358E8
Tints of Amethyst #A358E8
RGB
CMYK
RGB Variations
Color information
#A358E8 (or 0xA358E8) is known color: Amethyst. HEX triplet: A3, 58 and E8. RGB value is (163,88,232). Sum of RGB (Red+Green+Blue) = 163+88+232=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #A358E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A358E8 is #5CA717. Grayscale: #7E7E7E. Windows color (decimal): -6072088 or 15227043. OLE color: 15227043.
HSL color Cylindrical-coordinate representation of color #A358E8: hue angle of 271.25º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A358E8 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 88 | 232 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.09 |
| HSL | 271.25º | 0.76% | 0.63% | - |
| HSV(B) | 271.25º | 0.62% | 0.91% | - |
| XYZ | 33.16 | 20.59 | 78.57 | - |
| YUV | 126.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 232 | 0.30 | 0.62 | 0 | 0.09 | 271.25 | 0.76 | 0.63 |
| Hex | A3 | 58 | E8 | 1E | 3E | 0 | 9 | 10F | 4C | 3F |
| Octal | 243 | 130 | 350 | 36 | 76 | 0 | 11 | 417 | 114 | 77 |
| Binary | 10100011 | 1011000 | 11101000 | 11110 | 111110 | 0 | 1001 | 100001111 | 1001100 | 111111 |
Color Harmonies of #A358E8
Complementary color
Monochromatic Colors of #A358E8
Black with #A358E8
Text Example
Text Example
White with #A358E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358E8; }
p { color: rgb(163,88,232); }
H1.HeaderClassName
{
color: #A358E8;
}
.AnyTagClassName
{
color: #A358E8;
}
</style>
background-color css
<style>
a { background-color: #A358E8; }
a { background-color: rgb(163,88,232); }
div.DivClassName
{
background-color: #A358E8;
}
.BgClassName
{
background-color: #A358E8;
}
</style>
border-color css
<style>
span { border-color: #A358E8; }
span { border-color: rgb(163,88,232); }
td.TdClassName
{
border-color: #A358E8;
}
.TagClassName
{
border-color: #A358E8;
}
</style>