Shades of Amethyst #A454DB
Tints of Amethyst #A454DB
RGB
CMYK
RGB Variations
Color information
#A454DB (or 0xA454DB) is known color: Amethyst. HEX triplet: A4, 54 and DB. RGB value is (164,84,219). Sum of RGB (Red+Green+Blue) = 164+84+219=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #A454DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A454DB is #5BAB24. Grayscale: #7A7A7A. Windows color (decimal): -6007589 or 14374052. OLE color: 14374052.
HSL color Cylindrical-coordinate representation of color #A454DB: hue angle of 275.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A454DB is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 84 | 219 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.14 |
| HSL | 275.56º | 0.65% | 0.59% | - |
| HSV(B) | 275.56º | 0.62% | 0.86% | - |
| XYZ | 31.27 | 19.35 | 69.1 | - |
| YUV | 123.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 219 | 0.25 | 0.62 | 0 | 0.14 | 275.56 | 0.65 | 0.59 |
| Hex | A4 | 54 | DB | 19 | 3E | 0 | E | 114 | 41 | 3B |
| Octal | 244 | 124 | 333 | 31 | 76 | 0 | 16 | 424 | 101 | 73 |
| Binary | 10100100 | 1010100 | 11011011 | 11001 | 111110 | 0 | 1110 | 100010100 | 1000001 | 111011 |
Color Harmonies of #A454DB
Complementary color
Monochromatic Colors of #A454DB
Black with #A454DB
Text Example
Text Example
White with #A454DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A454DB; }
p { color: rgb(164,84,219); }
H1.HeaderClassName
{
color: #A454DB;
}
.AnyTagClassName
{
color: #A454DB;
}
</style>
background-color css
<style>
a { background-color: #A454DB; }
a { background-color: rgb(164,84,219); }
div.DivClassName
{
background-color: #A454DB;
}
.BgClassName
{
background-color: #A454DB;
}
</style>
border-color css
<style>
span { border-color: #A454DB; }
span { border-color: rgb(164,84,219); }
td.TdClassName
{
border-color: #A454DB;
}
.TagClassName
{
border-color: #A454DB;
}
</style>