Shades of Amethyst #A358DC
Tints of Amethyst #A358DC
RGB
CMYK
RGB Variations
Color information
#A358DC (or 0xA358DC) is known color: Amethyst. HEX triplet: A3, 58 and DC. RGB value is (163,88,220). Sum of RGB (Red+Green+Blue) = 163+88+220=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #A358DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358DC is #5CA723. Grayscale: #7D7D7D. Windows color (decimal): -6072100 or 14440611. OLE color: 14440611.
HSL color Cylindrical-coordinate representation of color #A358DC: hue angle of 274.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A358DC is Cyan = 0.26, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 88 | 220 | - |
| CMYK | 0.26 | 0.6 | 0 | 0.14 |
| HSL | 274.09º | 0.65% | 0.6% | - |
| HSV(B) | 274.09º | 0.6% | 0.86% | - |
| XYZ | 31.51 | 19.93 | 69.9 | - |
| YUV | 125.47 | 181.35 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 220 | 0.26 | 0.6 | 0 | 0.14 | 274.09 | 0.65 | 0.6 |
| Hex | A3 | 58 | DC | 1A | 3C | 0 | E | 112 | 41 | 3C |
| Octal | 243 | 130 | 334 | 32 | 74 | 0 | 16 | 422 | 101 | 74 |
| Binary | 10100011 | 1011000 | 11011100 | 11010 | 111100 | 0 | 1110 | 100010010 | 1000001 | 111100 |
Color Harmonies of #A358DC
Complementary color
Monochromatic Colors of #A358DC
Black with #A358DC
Text Example
Text Example
White with #A358DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358DC; }
p { color: rgb(163,88,220); }
H1.HeaderClassName
{
color: #A358DC;
}
.AnyTagClassName
{
color: #A358DC;
}
</style>
background-color css
<style>
a { background-color: #A358DC; }
a { background-color: rgb(163,88,220); }
div.DivClassName
{
background-color: #A358DC;
}
.BgClassName
{
background-color: #A358DC;
}
</style>
border-color css
<style>
span { border-color: #A358DC; }
span { border-color: rgb(163,88,220); }
td.TdClassName
{
border-color: #A358DC;
}
.TagClassName
{
border-color: #A358DC;
}
</style>