Shades of Amethyst #A157DC
Tints of Amethyst #A157DC
RGB
CMYK
RGB Variations
Color information
#A157DC (or 0xA157DC) is known color: Amethyst. HEX triplet: A1, 57 and DC. RGB value is (161,87,220). Sum of RGB (Red+Green+Blue) = 161+87+220=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #A157DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157DC is #5EA823. Grayscale: #7B7B7B. Windows color (decimal): -6203428 or 14440353. OLE color: 14440353.
HSL color Cylindrical-coordinate representation of color #A157DC: hue angle of 273.38º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A157DC is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 87 | 220 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.14 |
| HSL | 273.38º | 0.66% | 0.6% | - |
| HSV(B) | 273.38º | 0.6% | 0.86% | - |
| XYZ | 31.02 | 19.56 | 69.85 | - |
| YUV | 124.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 220 | 0.27 | 0.60 | 0 | 0.14 | 273.38 | 0.66 | 0.6 |
| Hex | A1 | 57 | DC | 1B | 3C | 0 | E | 111 | 42 | 3C |
| Octal | 241 | 127 | 334 | 33 | 74 | 0 | 16 | 421 | 102 | 74 |
| Binary | 10100001 | 1010111 | 11011100 | 11011 | 111100 | 0 | 1110 | 100010001 | 1000010 | 111100 |
Color Harmonies of #A157DC
Complementary color
Monochromatic Colors of #A157DC
Black with #A157DC
Text Example
Text Example
White with #A157DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A157DC; }
p { color: rgb(161,87,220); }
H1.HeaderClassName
{
color: #A157DC;
}
.AnyTagClassName
{
color: #A157DC;
}
</style>
background-color css
<style>
a { background-color: #A157DC; }
a { background-color: rgb(161,87,220); }
div.DivClassName
{
background-color: #A157DC;
}
.BgClassName
{
background-color: #A157DC;
}
</style>
border-color css
<style>
span { border-color: #A157DC; }
span { border-color: rgb(161,87,220); }
td.TdClassName
{
border-color: #A157DC;
}
.TagClassName
{
border-color: #A157DC;
}
</style>