Shades of Amethyst #A468C0
Tints of Amethyst #A468C0
RGB
CMYK
RGB Variations
Color information
#A468C0 (or 0xA468C0) is known color: Amethyst. HEX triplet: A4, 68 and C0. RGB value is (164,104,192). Sum of RGB (Red+Green+Blue) = 164+104+192=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #A468C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468C0 is #5B973F. Grayscale: #838383. Windows color (decimal): -6002496 or 12609700. OLE color: 12609700.
HSL color Cylindrical-coordinate representation of color #A468C0: hue angle of 280.91º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A468C0 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 104 | 192 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.25 |
| HSL | 280.91º | 0.41% | 0.58% | - |
| HSV(B) | 280.91º | 0.46% | 0.75% | - |
| XYZ | 29.77 | 21.6 | 52.47 | - |
| YUV | 131.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 192 | 0.15 | 0.46 | 0 | 0.25 | 280.91 | 0.41 | 0.58 |
| Hex | A4 | 68 | C0 | F | 2E | 0 | 19 | 119 | 29 | 3A |
| Octal | 244 | 150 | 300 | 17 | 56 | 0 | 31 | 431 | 51 | 72 |
| Binary | 10100100 | 1101000 | 11000000 | 1111 | 101110 | 0 | 11001 | 100011001 | 101001 | 111010 |
Color Harmonies of #A468C0
Complementary color
Monochromatic Colors of #A468C0
Black with #A468C0
Text Example
Text Example
White with #A468C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A468C0; }
p { color: rgb(164,104,192); }
H1.HeaderClassName
{
color: #A468C0;
}
.AnyTagClassName
{
color: #A468C0;
}
</style>
background-color css
<style>
a { background-color: #A468C0; }
a { background-color: rgb(164,104,192); }
div.DivClassName
{
background-color: #A468C0;
}
.BgClassName
{
background-color: #A468C0;
}
</style>
border-color css
<style>
span { border-color: #A468C0; }
span { border-color: rgb(164,104,192); }
td.TdClassName
{
border-color: #A468C0;
}
.TagClassName
{
border-color: #A468C0;
}
</style>