Shades of Amethyst #A458CF
Tints of Amethyst #A458CF
RGB
CMYK
RGB Variations
Color information
#A458CF (or 0xA458CF) is known color: Amethyst. HEX triplet: A4, 58 and CF. RGB value is (164,88,207). Sum of RGB (Red+Green+Blue) = 164+88+207=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #A458CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458CF is #5BA730. Grayscale: #7B7B7B. Windows color (decimal): -6006577 or 13588644. OLE color: 13588644.
HSL color Cylindrical-coordinate representation of color #A458CF: hue angle of 278.32º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A458CF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 88 | 207 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.19 |
| HSL | 278.32º | 0.55% | 0.58% | - |
| HSV(B) | 278.32º | 0.57% | 0.81% | - |
| XYZ | 30.06 | 19.38 | 61.19 | - |
| YUV | 124.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 207 | 0.21 | 0.57 | 0 | 0.19 | 278.32 | 0.55 | 0.58 |
| Hex | A4 | 58 | CF | 15 | 39 | 0 | 13 | 116 | 37 | 3A |
| Octal | 244 | 130 | 317 | 25 | 71 | 0 | 23 | 426 | 67 | 72 |
| Binary | 10100100 | 1011000 | 11001111 | 10101 | 111001 | 0 | 10011 | 100010110 | 110111 | 111010 |
Color Harmonies of #A458CF
Complementary color
Monochromatic Colors of #A458CF
Black with #A458CF
Text Example
Text Example
White with #A458CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A458CF; }
p { color: rgb(164,88,207); }
H1.HeaderClassName
{
color: #A458CF;
}
.AnyTagClassName
{
color: #A458CF;
}
</style>
background-color css
<style>
a { background-color: #A458CF; }
a { background-color: rgb(164,88,207); }
div.DivClassName
{
background-color: #A458CF;
}
.BgClassName
{
background-color: #A458CF;
}
</style>
border-color css
<style>
span { border-color: #A458CF; }
span { border-color: rgb(164,88,207); }
td.TdClassName
{
border-color: #A458CF;
}
.TagClassName
{
border-color: #A458CF;
}
</style>