Shades of Amethyst #A15BDC
Tints of Amethyst #A15BDC
RGB
CMYK
RGB Variations
Color information
#A15BDC (or 0xA15BDC) is known color: Amethyst. HEX triplet: A1, 5B and DC. RGB value is (161,91,220). Sum of RGB (Red+Green+Blue) = 161+91+220=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #A15BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15BDC is #5EA423. Grayscale: #7E7E7E. Windows color (decimal): -6202404 or 14441377. OLE color: 14441377.
HSL color Cylindrical-coordinate representation of color #A15BDC: hue angle of 272.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A15BDC is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 91 | 220 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.14 |
| HSL | 272.56º | 0.65% | 0.61% | - |
| HSV(B) | 272.56º | 0.59% | 0.86% | - |
| XYZ | 31.36 | 20.23 | 69.96 | - |
| YUV | 126.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 91 | 220 | 0.27 | 0.59 | 0 | 0.14 | 272.56 | 0.65 | 0.61 |
| Hex | A1 | 5B | DC | 1B | 3B | 0 | E | 111 | 41 | 3D |
| Octal | 241 | 133 | 334 | 33 | 73 | 0 | 16 | 421 | 101 | 75 |
| Binary | 10100001 | 1011011 | 11011100 | 11011 | 111011 | 0 | 1110 | 100010001 | 1000001 | 111101 |
Color Harmonies of #A15BDC
Complementary color
Monochromatic Colors of #A15BDC
Black with #A15BDC
Text Example
Text Example
White with #A15BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15BDC; }
p { color: rgb(161,91,220); }
H1.HeaderClassName
{
color: #A15BDC;
}
.AnyTagClassName
{
color: #A15BDC;
}
</style>
background-color css
<style>
a { background-color: #A15BDC; }
a { background-color: rgb(161,91,220); }
div.DivClassName
{
background-color: #A15BDC;
}
.BgClassName
{
background-color: #A15BDC;
}
</style>
border-color css
<style>
span { border-color: #A15BDC; }
span { border-color: rgb(161,91,220); }
td.TdClassName
{
border-color: #A15BDC;
}
.TagClassName
{
border-color: #A15BDC;
}
</style>