Shades of Amethyst #A358DA
Tints of Amethyst #A358DA
RGB
CMYK
RGB Variations
Color information
#A358DA (or 0xA358DA) is known color: Amethyst. HEX triplet: A3, 58 and DA. RGB value is (163,88,218). Sum of RGB (Red+Green+Blue) = 163+88+218=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #A358DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358DA is #5CA725. Grayscale: #7C7C7C. Windows color (decimal): -6072102 or 14309539. OLE color: 14309539.
HSL color Cylindrical-coordinate representation of color #A358DA: hue angle of 274.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A358DA is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 88 | 218 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.15 |
| HSL | 274.62º | 0.64% | 0.6% | - |
| HSV(B) | 274.62º | 0.6% | 0.85% | - |
| XYZ | 31.25 | 19.83 | 68.51 | - |
| YUV | 125.25 | 180.35 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 218 | 0.25 | 0.60 | 0 | 0.15 | 274.62 | 0.64 | 0.6 |
| Hex | A3 | 58 | DA | 19 | 3C | 0 | F | 113 | 40 | 3C |
| Octal | 243 | 130 | 332 | 31 | 74 | 0 | 17 | 423 | 100 | 74 |
| Binary | 10100011 | 1011000 | 11011010 | 11001 | 111100 | 0 | 1111 | 100010011 | 1000000 | 111100 |
Color Harmonies of #A358DA
Complementary color
Monochromatic Colors of #A358DA
Black with #A358DA
Text Example
Text Example
White with #A358DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358DA; }
p { color: rgb(163,88,218); }
H1.HeaderClassName
{
color: #A358DA;
}
.AnyTagClassName
{
color: #A358DA;
}
</style>
background-color css
<style>
a { background-color: #A358DA; }
a { background-color: rgb(163,88,218); }
div.DivClassName
{
background-color: #A358DA;
}
.BgClassName
{
background-color: #A358DA;
}
</style>
border-color css
<style>
span { border-color: #A358DA; }
span { border-color: rgb(163,88,218); }
td.TdClassName
{
border-color: #A358DA;
}
.TagClassName
{
border-color: #A358DA;
}
</style>