Shades of Amethyst #A154DC
Tints of Amethyst #A154DC
RGB
CMYK
RGB Variations
Color information
#A154DC (or 0xA154DC) is known color: Amethyst. HEX triplet: A1, 54 and DC. RGB value is (161,84,220). Sum of RGB (Red+Green+Blue) = 161+84+220=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #A154DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A154DC is #5EAB23. Grayscale: #7A7A7A. Windows color (decimal): -6204196 or 14439585. OLE color: 14439585.
HSL color Cylindrical-coordinate representation of color #A154DC: hue angle of 273.97º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A154DC is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 84 | 220 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.14 |
| HSL | 273.97º | 0.66% | 0.6% | - |
| HSV(B) | 273.97º | 0.62% | 0.86% | - |
| XYZ | 30.79 | 19.09 | 69.77 | - |
| YUV | 122.53 | 183.01 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 220 | 0.27 | 0.62 | 0 | 0.14 | 273.97 | 0.66 | 0.6 |
| Hex | A1 | 54 | DC | 1B | 3E | 0 | E | 112 | 42 | 3C |
| Octal | 241 | 124 | 334 | 33 | 76 | 0 | 16 | 422 | 102 | 74 |
| Binary | 10100001 | 1010100 | 11011100 | 11011 | 111110 | 0 | 1110 | 100010010 | 1000010 | 111100 |
Color Harmonies of #A154DC
Complementary color
Monochromatic Colors of #A154DC
Black with #A154DC
Text Example
Text Example
White with #A154DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154DC; }
p { color: rgb(161,84,220); }
H1.HeaderClassName
{
color: #A154DC;
}
.AnyTagClassName
{
color: #A154DC;
}
</style>
background-color css
<style>
a { background-color: #A154DC; }
a { background-color: rgb(161,84,220); }
div.DivClassName
{
background-color: #A154DC;
}
.BgClassName
{
background-color: #A154DC;
}
</style>
border-color css
<style>
span { border-color: #A154DC; }
span { border-color: rgb(161,84,220); }
td.TdClassName
{
border-color: #A154DC;
}
.TagClassName
{
border-color: #A154DC;
}
</style>