Shades of Amethyst #A358D3
Tints of Amethyst #A358D3
RGB
CMYK
RGB Variations
Color information
#A358D3 (or 0xA358D3) is known color: Amethyst. HEX triplet: A3, 58 and D3. RGB value is (163,88,211). Sum of RGB (Red+Green+Blue) = 163+88+211=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #A358D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358D3 is #5CA72C. Grayscale: #7C7C7C. Windows color (decimal): -6072109 or 13850787. OLE color: 13850787.
HSL color Cylindrical-coordinate representation of color #A358D3: hue angle of 276.59º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A358D3 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 88 | 211 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.17 |
| HSL | 276.59º | 0.58% | 0.59% | - |
| HSV(B) | 276.59º | 0.58% | 0.83% | - |
| XYZ | 30.35 | 19.47 | 63.79 | - |
| YUV | 124.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 211 | 0.23 | 0.58 | 0 | 0.17 | 276.59 | 0.58 | 0.59 |
| Hex | A3 | 58 | D3 | 17 | 3A | 0 | 11 | 115 | 3A | 3B |
| Octal | 243 | 130 | 323 | 27 | 72 | 0 | 21 | 425 | 72 | 73 |
| Binary | 10100011 | 1011000 | 11010011 | 10111 | 111010 | 0 | 10001 | 100010101 | 111010 | 111011 |
Color Harmonies of #A358D3
Complementary color
Monochromatic Colors of #A358D3
Black with #A358D3
Text Example
Text Example
White with #A358D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358D3; }
p { color: rgb(163,88,211); }
H1.HeaderClassName
{
color: #A358D3;
}
.AnyTagClassName
{
color: #A358D3;
}
</style>
background-color css
<style>
a { background-color: #A358D3; }
a { background-color: rgb(163,88,211); }
div.DivClassName
{
background-color: #A358D3;
}
.BgClassName
{
background-color: #A358D3;
}
</style>
border-color css
<style>
span { border-color: #A358D3; }
span { border-color: rgb(163,88,211); }
td.TdClassName
{
border-color: #A358D3;
}
.TagClassName
{
border-color: #A358D3;
}
</style>