Shades of Amethyst #A357DA
Tints of Amethyst #A357DA
RGB
CMYK
RGB Variations
Color information
#A357DA (or 0xA357DA) is known color: Amethyst. HEX triplet: A3, 57 and DA. RGB value is (163,87,218). Sum of RGB (Red+Green+Blue) = 163+87+218=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #A357DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357DA is #5CA825. Grayscale: #7C7C7C. Windows color (decimal): -6072358 or 14309283. OLE color: 14309283.
HSL color Cylindrical-coordinate representation of color #A357DA: hue angle of 274.81º 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 #A357DA is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 87 | 218 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.15 |
| HSL | 274.81º | 0.64% | 0.6% | - |
| HSV(B) | 274.81º | 0.6% | 0.85% | - |
| XYZ | 31.17 | 19.66 | 68.48 | - |
| YUV | 124.66 | 180.68 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 218 | 0.25 | 0.60 | 0 | 0.15 | 274.81 | 0.64 | 0.6 |
| Hex | A3 | 57 | DA | 19 | 3C | 0 | F | 113 | 40 | 3C |
| Octal | 243 | 127 | 332 | 31 | 74 | 0 | 17 | 423 | 100 | 74 |
| Binary | 10100011 | 1010111 | 11011010 | 11001 | 111100 | 0 | 1111 | 100010011 | 1000000 | 111100 |
Color Harmonies of #A357DA
Complementary color
Monochromatic Colors of #A357DA
Black with #A357DA
Text Example
Text Example
White with #A357DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A357DA; }
p { color: rgb(163,87,218); }
H1.HeaderClassName
{
color: #A357DA;
}
.AnyTagClassName
{
color: #A357DA;
}
</style>
background-color css
<style>
a { background-color: #A357DA; }
a { background-color: rgb(163,87,218); }
div.DivClassName
{
background-color: #A357DA;
}
.BgClassName
{
background-color: #A357DA;
}
</style>
border-color css
<style>
span { border-color: #A357DA; }
span { border-color: rgb(163,87,218); }
td.TdClassName
{
border-color: #A357DA;
}
.TagClassName
{
border-color: #A357DA;
}
</style>