Shades of Amethyst #A458D2
Tints of Amethyst #A458D2
RGB
CMYK
RGB Variations
Color information
#A458D2 (or 0xA458D2) is known color: Amethyst. HEX triplet: A4, 58 and D2. RGB value is (164,88,210). Sum of RGB (Red+Green+Blue) = 164+88+210=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #A458D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458D2 is #5BA72D. Grayscale: #7C7C7C. Windows color (decimal): -6006574 or 13785252. OLE color: 13785252.
HSL color Cylindrical-coordinate representation of color #A458D2: hue angle of 277.38º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A458D2 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 88 | 210 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.18 |
| HSL | 277.38º | 0.58% | 0.58% | - |
| HSV(B) | 277.38º | 0.58% | 0.82% | - |
| XYZ | 30.43 | 19.53 | 63.14 | - |
| YUV | 124.63 | 176.18 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 210 | 0.22 | 0.58 | 0 | 0.18 | 277.38 | 0.58 | 0.58 |
| Hex | A4 | 58 | D2 | 16 | 3A | 0 | 12 | 115 | 3A | 3A |
| Octal | 244 | 130 | 322 | 26 | 72 | 0 | 22 | 425 | 72 | 72 |
| Binary | 10100100 | 1011000 | 11010010 | 10110 | 111010 | 0 | 10010 | 100010101 | 111010 | 111010 |
Color Harmonies of #A458D2
Complementary color
Monochromatic Colors of #A458D2
Black with #A458D2
Text Example
Text Example
White with #A458D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A458D2; }
p { color: rgb(164,88,210); }
H1.HeaderClassName
{
color: #A458D2;
}
.AnyTagClassName
{
color: #A458D2;
}
</style>
background-color css
<style>
a { background-color: #A458D2; }
a { background-color: rgb(164,88,210); }
div.DivClassName
{
background-color: #A458D2;
}
.BgClassName
{
background-color: #A458D2;
}
</style>
border-color css
<style>
span { border-color: #A458D2; }
span { border-color: rgb(164,88,210); }
td.TdClassName
{
border-color: #A458D2;
}
.TagClassName
{
border-color: #A458D2;
}
</style>