Shades of Amethyst #A15FD3
Tints of Amethyst #A15FD3
RGB
CMYK
RGB Variations
Color information
#A15FD3 (or 0xA15FD3) is known color: Amethyst. HEX triplet: A1, 5F and D3. RGB value is (161,95,211). Sum of RGB (Red+Green+Blue) = 161+95+211=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #A15FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FD3 is #5EA02C. Grayscale: #7F7F7F. Windows color (decimal): -6201389 or 13852577. OLE color: 13852577.
HSL color Cylindrical-coordinate representation of color #A15FD3: hue angle of 274.14º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A15FD3 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 95 | 211 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.17 |
| HSL | 274.14º | 0.57% | 0.6% | - |
| HSV(B) | 274.14º | 0.55% | 0.83% | - |
| XYZ | 30.55 | 20.46 | 63.97 | - |
| YUV | 127.96 | 174.87 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 211 | 0.24 | 0.55 | 0 | 0.17 | 274.14 | 0.57 | 0.6 |
| Hex | A1 | 5F | D3 | 18 | 37 | 0 | 11 | 112 | 39 | 3C |
| Octal | 241 | 137 | 323 | 30 | 67 | 0 | 21 | 422 | 71 | 74 |
| Binary | 10100001 | 1011111 | 11010011 | 11000 | 110111 | 0 | 10001 | 100010010 | 111001 | 111100 |
Color Harmonies of #A15FD3
Complementary color
Monochromatic Colors of #A15FD3
Black with #A15FD3
Text Example
Text Example
White with #A15FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15FD3; }
p { color: rgb(161,95,211); }
H1.HeaderClassName
{
color: #A15FD3;
}
.AnyTagClassName
{
color: #A15FD3;
}
</style>
background-color css
<style>
a { background-color: #A15FD3; }
a { background-color: rgb(161,95,211); }
div.DivClassName
{
background-color: #A15FD3;
}
.BgClassName
{
background-color: #A15FD3;
}
</style>
border-color css
<style>
span { border-color: #A15FD3; }
span { border-color: rgb(161,95,211); }
td.TdClassName
{
border-color: #A15FD3;
}
.TagClassName
{
border-color: #A15FD3;
}
</style>