Shades of Amethyst #A24EDB
Tints of Amethyst #A24EDB
RGB
CMYK
RGB Variations
Color information
#A24EDB (or 0xA24EDB) is known color: Amethyst. HEX triplet: A2, 4E and DB. RGB value is (162,78,219). Sum of RGB (Red+Green+Blue) = 162+78+219=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #A24EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24EDB is #5DB124. Grayscale: #767676. Windows color (decimal): -6140197 or 14372514. OLE color: 14372514.
HSL color Cylindrical-coordinate representation of color #A24EDB: hue angle of 275.74º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A24EDB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 78 | 219 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.14 |
| HSL | 275.74º | 0.66% | 0.58% | - |
| HSV(B) | 275.74º | 0.64% | 0.86% | - |
| XYZ | 30.41 | 18.24 | 68.94 | - |
| YUV | 119.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 219 | 0.26 | 0.64 | 0 | 0.14 | 275.74 | 0.66 | 0.58 |
| Hex | A2 | 4E | DB | 1A | 40 | 0 | E | 114 | 42 | 3A |
| Octal | 242 | 116 | 333 | 32 | 100 | 0 | 16 | 424 | 102 | 72 |
| Binary | 10100010 | 1001110 | 11011011 | 11010 | 1000000 | 0 | 1110 | 100010100 | 1000010 | 111010 |
Color Harmonies of #A24EDB
Complementary color
Monochromatic Colors of #A24EDB
Black with #A24EDB
Text Example
Text Example
White with #A24EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24EDB; }
p { color: rgb(162,78,219); }
H1.HeaderClassName
{
color: #A24EDB;
}
.AnyTagClassName
{
color: #A24EDB;
}
</style>
background-color css
<style>
a { background-color: #A24EDB; }
a { background-color: rgb(162,78,219); }
div.DivClassName
{
background-color: #A24EDB;
}
.BgClassName
{
background-color: #A24EDB;
}
</style>
border-color css
<style>
span { border-color: #A24EDB; }
span { border-color: rgb(162,78,219); }
td.TdClassName
{
border-color: #A24EDB;
}
.TagClassName
{
border-color: #A24EDB;
}
</style>