Shades of Amethyst #A155D6
Tints of Amethyst #A155D6
RGB
CMYK
RGB Variations
Color information
#A155D6 (or 0xA155D6) is known color: Amethyst. HEX triplet: A1, 55 and D6. RGB value is (161,85,214). Sum of RGB (Red+Green+Blue) = 161+85+214=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #A155D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155D6 is #5EAA29. Grayscale: #797979. Windows color (decimal): -6203946 or 14046625. OLE color: 14046625.
HSL color Cylindrical-coordinate representation of color #A155D6: hue angle of 275.35º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A155D6 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 85 | 214 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.16 |
| HSL | 275.35º | 0.61% | 0.59% | - |
| HSV(B) | 275.35º | 0.6% | 0.84% | - |
| XYZ | 30.08 | 18.93 | 65.69 | - |
| YUV | 122.43 | 179.68 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 214 | 0.25 | 0.60 | 0 | 0.16 | 275.35 | 0.61 | 0.59 |
| Hex | A1 | 55 | D6 | 19 | 3C | 0 | 10 | 113 | 3D | 3B |
| Octal | 241 | 125 | 326 | 31 | 74 | 0 | 20 | 423 | 75 | 73 |
| Binary | 10100001 | 1010101 | 11010110 | 11001 | 111100 | 0 | 10000 | 100010011 | 111101 | 111011 |
Color Harmonies of #A155D6
Complementary color
Monochromatic Colors of #A155D6
Black with #A155D6
Text Example
Text Example
White with #A155D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155D6; }
p { color: rgb(161,85,214); }
H1.HeaderClassName
{
color: #A155D6;
}
.AnyTagClassName
{
color: #A155D6;
}
</style>
background-color css
<style>
a { background-color: #A155D6; }
a { background-color: rgb(161,85,214); }
div.DivClassName
{
background-color: #A155D6;
}
.BgClassName
{
background-color: #A155D6;
}
</style>
border-color css
<style>
span { border-color: #A155D6; }
span { border-color: rgb(161,85,214); }
td.TdClassName
{
border-color: #A155D6;
}
.TagClassName
{
border-color: #A155D6;
}
</style>