Shades of Amethyst #A158D2
Tints of Amethyst #A158D2
RGB
CMYK
RGB Variations
Color information
#A158D2 (or 0xA158D2) is known color: Amethyst. HEX triplet: A1, 58 and D2. RGB value is (161,88,210). Sum of RGB (Red+Green+Blue) = 161+88+210=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 210 - color contains mainly: blue. Hex color #A158D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158D2 is #5EA72D. Grayscale: #7B7B7B. Windows color (decimal): -6203182 or 13785249. OLE color: 13785249.
HSL color Cylindrical-coordinate representation of color #A158D2: hue angle of 275.9º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A158D2 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 88 | 210 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.18 |
| HSL | 275.9º | 0.58% | 0.58% | - |
| HSV(B) | 275.9º | 0.58% | 0.82% | - |
| XYZ | 29.82 | 19.21 | 63.11 | - |
| YUV | 123.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 210 | 0.23 | 0.58 | 0 | 0.18 | 275.9 | 0.58 | 0.58 |
| Hex | A1 | 58 | D2 | 17 | 3A | 0 | 12 | 114 | 3A | 3A |
| Octal | 241 | 130 | 322 | 27 | 72 | 0 | 22 | 424 | 72 | 72 |
| Binary | 10100001 | 1011000 | 11010010 | 10111 | 111010 | 0 | 10010 | 100010100 | 111010 | 111010 |
Color Harmonies of #A158D2
Complementary color
Monochromatic Colors of #A158D2
Black with #A158D2
Text Example
Text Example
White with #A158D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A158D2; }
p { color: rgb(161,88,210); }
H1.HeaderClassName
{
color: #A158D2;
}
.AnyTagClassName
{
color: #A158D2;
}
</style>
background-color css
<style>
a { background-color: #A158D2; }
a { background-color: rgb(161,88,210); }
div.DivClassName
{
background-color: #A158D2;
}
.BgClassName
{
background-color: #A158D2;
}
</style>
border-color css
<style>
span { border-color: #A158D2; }
span { border-color: rgb(161,88,210); }
td.TdClassName
{
border-color: #A158D2;
}
.TagClassName
{
border-color: #A158D2;
}
</style>