Shades of Amethyst #A456DB
Tints of Amethyst #A456DB
RGB
CMYK
RGB Variations
Color information
#A456DB (or 0xA456DB) is known color: Amethyst. HEX triplet: A4, 56 and DB. RGB value is (164,86,219). Sum of RGB (Red+Green+Blue) = 164+86+219=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #A456DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456DB is #5BA924. Grayscale: #7C7C7C. Windows color (decimal): -6007077 or 14374564. OLE color: 14374564.
HSL color Cylindrical-coordinate representation of color #A456DB: hue angle of 275.19º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A456DB is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 86 | 219 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.14 |
| HSL | 275.19º | 0.65% | 0.6% | - |
| HSV(B) | 275.19º | 0.61% | 0.86% | - |
| XYZ | 31.42 | 19.66 | 69.16 | - |
| YUV | 124.48 | 181.34 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 219 | 0.25 | 0.61 | 0 | 0.14 | 275.19 | 0.65 | 0.6 |
| Hex | A4 | 56 | DB | 19 | 3D | 0 | E | 113 | 41 | 3C |
| Octal | 244 | 126 | 333 | 31 | 75 | 0 | 16 | 423 | 101 | 74 |
| Binary | 10100100 | 1010110 | 11011011 | 11001 | 111101 | 0 | 1110 | 100010011 | 1000001 | 111100 |
Color Harmonies of #A456DB
Complementary color
Monochromatic Colors of #A456DB
Black with #A456DB
Text Example
Text Example
White with #A456DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A456DB; }
p { color: rgb(164,86,219); }
H1.HeaderClassName
{
color: #A456DB;
}
.AnyTagClassName
{
color: #A456DB;
}
</style>
background-color css
<style>
a { background-color: #A456DB; }
a { background-color: rgb(164,86,219); }
div.DivClassName
{
background-color: #A456DB;
}
.BgClassName
{
background-color: #A456DB;
}
</style>
border-color css
<style>
span { border-color: #A456DB; }
span { border-color: rgb(164,86,219); }
td.TdClassName
{
border-color: #A456DB;
}
.TagClassName
{
border-color: #A456DB;
}
</style>