Shades of Amethyst #A155D7
Tints of Amethyst #A155D7
RGB
CMYK
RGB Variations
Color information
#A155D7 (or 0xA155D7) is known color: Amethyst. HEX triplet: A1, 55 and D7. RGB value is (161,85,215). Sum of RGB (Red+Green+Blue) = 161+85+215=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #A155D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155D7 is #5EAA28. Grayscale: #7A7A7A. Windows color (decimal): -6203945 or 14112161. OLE color: 14112161.
HSL color Cylindrical-coordinate representation of color #A155D7: hue angle of 275.08º degrees, saturation: 0.62, 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 #A155D7 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 85 | 215 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.16 |
| HSL | 275.08º | 0.62% | 0.59% | - |
| HSV(B) | 275.08º | 0.6% | 0.84% | - |
| XYZ | 30.21 | 18.98 | 66.36 | - |
| YUV | 122.54 | 180.18 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 215 | 0.25 | 0.60 | 0 | 0.16 | 275.08 | 0.62 | 0.59 |
| Hex | A1 | 55 | D7 | 19 | 3C | 0 | 10 | 113 | 3E | 3B |
| Octal | 241 | 125 | 327 | 31 | 74 | 0 | 20 | 423 | 76 | 73 |
| Binary | 10100001 | 1010101 | 11010111 | 11001 | 111100 | 0 | 10000 | 100010011 | 111110 | 111011 |
Color Harmonies of #A155D7
Complementary color
Monochromatic Colors of #A155D7
Black with #A155D7
Text Example
Text Example
White with #A155D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155D7; }
p { color: rgb(161,85,215); }
H1.HeaderClassName
{
color: #A155D7;
}
.AnyTagClassName
{
color: #A155D7;
}
</style>
background-color css
<style>
a { background-color: #A155D7; }
a { background-color: rgb(161,85,215); }
div.DivClassName
{
background-color: #A155D7;
}
.BgClassName
{
background-color: #A155D7;
}
</style>
border-color css
<style>
span { border-color: #A155D7; }
span { border-color: rgb(161,85,215); }
td.TdClassName
{
border-color: #A155D7;
}
.TagClassName
{
border-color: #A155D7;
}
</style>