Shades of Amethyst #A15ACB
Tints of Amethyst #A15ACB
RGB
CMYK
RGB Variations
Color information
#A15ACB (or 0xA15ACB) is known color: Amethyst. HEX triplet: A1, 5A and CB. RGB value is (161,90,203). Sum of RGB (Red+Green+Blue) = 161+90+203=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #A15ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ACB is #5EA534. Grayscale: #7B7B7B. Windows color (decimal): -6202677 or 13327009. OLE color: 13327009.
HSL color Cylindrical-coordinate representation of color #A15ACB: hue angle of 277.7º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A15ACB is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 90 | 203 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.20 |
| HSL | 277.7º | 0.52% | 0.57% | - |
| HSV(B) | 277.7º | 0.56% | 0.8% | - |
| XYZ | 29.13 | 19.2 | 58.67 | - |
| YUV | 124.11 | 172.52 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 203 | 0.21 | 0.56 | 0 | 0.20 | 277.7 | 0.52 | 0.57 |
| Hex | A1 | 5A | CB | 15 | 38 | 0 | 14 | 116 | 34 | 39 |
| Octal | 241 | 132 | 313 | 25 | 70 | 0 | 24 | 426 | 64 | 71 |
| Binary | 10100001 | 1011010 | 11001011 | 10101 | 111000 | 0 | 10100 | 100010110 | 110100 | 111001 |
Color Harmonies of #A15ACB
Complementary color
Monochromatic Colors of #A15ACB
Black with #A15ACB
Text Example
Text Example
White with #A15ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15ACB; }
p { color: rgb(161,90,203); }
H1.HeaderClassName
{
color: #A15ACB;
}
.AnyTagClassName
{
color: #A15ACB;
}
</style>
background-color css
<style>
a { background-color: #A15ACB; }
a { background-color: rgb(161,90,203); }
div.DivClassName
{
background-color: #A15ACB;
}
.BgClassName
{
background-color: #A15ACB;
}
</style>
border-color css
<style>
span { border-color: #A15ACB; }
span { border-color: rgb(161,90,203); }
td.TdClassName
{
border-color: #A15ACB;
}
.TagClassName
{
border-color: #A15ACB;
}
</style>