Shades of Amethyst #A358DF
Tints of Amethyst #A358DF
RGB
CMYK
RGB Variations
Color information
#A358DF (or 0xA358DF) is known color: Amethyst. HEX triplet: A3, 58 and DF. RGB value is (163,88,223). Sum of RGB (Red+Green+Blue) = 163+88+223=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #A358DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358DF is #5CA720. Grayscale: #7D7D7D. Windows color (decimal): -6072097 or 14637219. OLE color: 14637219.
HSL color Cylindrical-coordinate representation of color #A358DF: hue angle of 273.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A358DF is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 88 | 223 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.13 |
| HSL | 273.33º | 0.68% | 0.61% | - |
| HSV(B) | 273.33º | 0.61% | 0.87% | - |
| XYZ | 31.91 | 20.09 | 72.01 | - |
| YUV | 125.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 223 | 0.27 | 0.61 | 0 | 0.13 | 273.33 | 0.68 | 0.61 |
| Hex | A3 | 58 | DF | 1B | 3D | 0 | D | 111 | 44 | 3D |
| Octal | 243 | 130 | 337 | 33 | 75 | 0 | 15 | 421 | 104 | 75 |
| Binary | 10100011 | 1011000 | 11011111 | 11011 | 111101 | 0 | 1101 | 100010001 | 1000100 | 111101 |
Color Harmonies of #A358DF
Complementary color
Monochromatic Colors of #A358DF
Black with #A358DF
Text Example
Text Example
White with #A358DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358DF; }
p { color: rgb(163,88,223); }
H1.HeaderClassName
{
color: #A358DF;
}
.AnyTagClassName
{
color: #A358DF;
}
</style>
background-color css
<style>
a { background-color: #A358DF; }
a { background-color: rgb(163,88,223); }
div.DivClassName
{
background-color: #A358DF;
}
.BgClassName
{
background-color: #A358DF;
}
</style>
border-color css
<style>
span { border-color: #A358DF; }
span { border-color: rgb(163,88,223); }
td.TdClassName
{
border-color: #A358DF;
}
.TagClassName
{
border-color: #A358DF;
}
</style>