Shades of Amethyst #A45ED8
Tints of Amethyst #A45ED8
RGB
CMYK
RGB Variations
Color information
#A45ED8 (or 0xA45ED8) is known color: Amethyst. HEX triplet: A4, 5E and D8. RGB value is (164,94,216). Sum of RGB (Red+Green+Blue) = 164+94+216=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 216 - color contains mainly: blue. Hex color #A45ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ED8 is #5BA127. Grayscale: #808080. Windows color (decimal): -6005032 or 14180004. OLE color: 14180004.
HSL color Cylindrical-coordinate representation of color #A45ED8: hue angle of 274.43º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A45ED8 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 94 | 216 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.15 |
| HSL | 274.43º | 0.61% | 0.61% | - |
| HSV(B) | 274.43º | 0.56% | 0.85% | - |
| XYZ | 31.71 | 20.86 | 67.32 | - |
| YUV | 128.84 | 177.19 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 216 | 0.24 | 0.56 | 0 | 0.15 | 274.43 | 0.61 | 0.61 |
| Hex | A4 | 5E | D8 | 18 | 38 | 0 | F | 112 | 3D | 3D |
| Octal | 244 | 136 | 330 | 30 | 70 | 0 | 17 | 422 | 75 | 75 |
| Binary | 10100100 | 1011110 | 11011000 | 11000 | 111000 | 0 | 1111 | 100010010 | 111101 | 111101 |
Color Harmonies of #A45ED8
Complementary color
Monochromatic Colors of #A45ED8
Black with #A45ED8
Text Example
Text Example
White with #A45ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45ED8; }
p { color: rgb(164,94,216); }
H1.HeaderClassName
{
color: #A45ED8;
}
.AnyTagClassName
{
color: #A45ED8;
}
</style>
background-color css
<style>
a { background-color: #A45ED8; }
a { background-color: rgb(164,94,216); }
div.DivClassName
{
background-color: #A45ED8;
}
.BgClassName
{
background-color: #A45ED8;
}
</style>
border-color css
<style>
span { border-color: #A45ED8; }
span { border-color: rgb(164,94,216); }
td.TdClassName
{
border-color: #A45ED8;
}
.TagClassName
{
border-color: #A45ED8;
}
</style>