Shades of Amethyst #A458DD
Tints of Amethyst #A458DD
RGB
CMYK
RGB Variations
Color information
#A458DD (or 0xA458DD) is known color: Amethyst. HEX triplet: A4, 58 and DD. RGB value is (164,88,221). Sum of RGB (Red+Green+Blue) = 164+88+221=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #A458DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458DD is #5BA722. Grayscale: #7D7D7D. Windows color (decimal): -6006563 or 14506148. OLE color: 14506148.
HSL color Cylindrical-coordinate representation of color #A458DD: hue angle of 274.29º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A458DD is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 88 | 221 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.13 |
| HSL | 274.29º | 0.66% | 0.61% | - |
| HSV(B) | 274.29º | 0.6% | 0.87% | - |
| XYZ | 31.85 | 20.09 | 70.61 | - |
| YUV | 125.89 | 181.68 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 221 | 0.26 | 0.60 | 0 | 0.13 | 274.29 | 0.66 | 0.61 |
| Hex | A4 | 58 | DD | 1A | 3C | 0 | D | 112 | 42 | 3D |
| Octal | 244 | 130 | 335 | 32 | 74 | 0 | 15 | 422 | 102 | 75 |
| Binary | 10100100 | 1011000 | 11011101 | 11010 | 111100 | 0 | 1101 | 100010010 | 1000010 | 111101 |
Color Harmonies of #A458DD
Complementary color
Monochromatic Colors of #A458DD
Black with #A458DD
Text Example
Text Example
White with #A458DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A458DD; }
p { color: rgb(164,88,221); }
H1.HeaderClassName
{
color: #A458DD;
}
.AnyTagClassName
{
color: #A458DD;
}
</style>
background-color css
<style>
a { background-color: #A458DD; }
a { background-color: rgb(164,88,221); }
div.DivClassName
{
background-color: #A458DD;
}
.BgClassName
{
background-color: #A458DD;
}
</style>
border-color css
<style>
span { border-color: #A458DD; }
span { border-color: rgb(164,88,221); }
td.TdClassName
{
border-color: #A458DD;
}
.TagClassName
{
border-color: #A458DD;
}
</style>