Shades of Amethyst #A45DDA
Tints of Amethyst #A45DDA
RGB
CMYK
RGB Variations
Color information
#A45DDA (or 0xA45DDA) is known color: Amethyst. HEX triplet: A4, 5D and DA. RGB value is (164,93,218). Sum of RGB (Red+Green+Blue) = 164+93+218=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #A45DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DDA is #5BA225. Grayscale: #808080. Windows color (decimal): -6005286 or 14310820. OLE color: 14310820.
HSL color Cylindrical-coordinate representation of color #A45DDA: hue angle of 274.08º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A45DDA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 93 | 218 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.15 |
| HSL | 274.08º | 0.63% | 0.61% | - |
| HSV(B) | 274.08º | 0.57% | 0.85% | - |
| XYZ | 31.88 | 20.78 | 68.66 | - |
| YUV | 128.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 218 | 0.25 | 0.57 | 0 | 0.15 | 274.08 | 0.63 | 0.61 |
| Hex | A4 | 5D | DA | 19 | 39 | 0 | F | 112 | 3F | 3D |
| Octal | 244 | 135 | 332 | 31 | 71 | 0 | 17 | 422 | 77 | 75 |
| Binary | 10100100 | 1011101 | 11011010 | 11001 | 111001 | 0 | 1111 | 100010010 | 111111 | 111101 |
Color Harmonies of #A45DDA
Complementary color
Monochromatic Colors of #A45DDA
Black with #A45DDA
Text Example
Text Example
White with #A45DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45DDA; }
p { color: rgb(164,93,218); }
H1.HeaderClassName
{
color: #A45DDA;
}
.AnyTagClassName
{
color: #A45DDA;
}
</style>
background-color css
<style>
a { background-color: #A45DDA; }
a { background-color: rgb(164,93,218); }
div.DivClassName
{
background-color: #A45DDA;
}
.BgClassName
{
background-color: #A45DDA;
}
</style>
border-color css
<style>
span { border-color: #A45DDA; }
span { border-color: rgb(164,93,218); }
td.TdClassName
{
border-color: #A45DDA;
}
.TagClassName
{
border-color: #A45DDA;
}
</style>