Shades of Amethyst #A468DB
Tints of Amethyst #A468DB
RGB
CMYK
RGB Variations
Color information
#A468DB (or 0xA468DB) is known color: Amethyst. HEX triplet: A4, 68 and DB. RGB value is (164,104,219). Sum of RGB (Red+Green+Blue) = 164+104+219=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #A468DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468DB is #5B9724. Grayscale: #868686. Windows color (decimal): -6002469 or 14379172. OLE color: 14379172.
HSL color Cylindrical-coordinate representation of color #A468DB: hue angle of 271.3º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A468DB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 104 | 219 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.14 |
| HSL | 271.3º | 0.61% | 0.63% | - |
| HSV(B) | 271.3º | 0.53% | 0.86% | - |
| XYZ | 33.05 | 22.91 | 69.7 | - |
| YUV | 135.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 219 | 0.25 | 0.53 | 0 | 0.14 | 271.3 | 0.61 | 0.63 |
| Hex | A4 | 68 | DB | 19 | 35 | 0 | E | 10F | 3D | 3F |
| Octal | 244 | 150 | 333 | 31 | 65 | 0 | 16 | 417 | 75 | 77 |
| Binary | 10100100 | 1101000 | 11011011 | 11001 | 110101 | 0 | 1110 | 100001111 | 111101 | 111111 |
Color Harmonies of #A468DB
Complementary color
Monochromatic Colors of #A468DB
Black with #A468DB
Text Example
Text Example
White with #A468DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A468DB; }
p { color: rgb(164,104,219); }
H1.HeaderClassName
{
color: #A468DB;
}
.AnyTagClassName
{
color: #A468DB;
}
</style>
background-color css
<style>
a { background-color: #A468DB; }
a { background-color: rgb(164,104,219); }
div.DivClassName
{
background-color: #A468DB;
}
.BgClassName
{
background-color: #A468DB;
}
</style>
border-color css
<style>
span { border-color: #A468DB; }
span { border-color: rgb(164,104,219); }
td.TdClassName
{
border-color: #A468DB;
}
.TagClassName
{
border-color: #A468DB;
}
</style>